Help > Web Development > Object Reference > Object Reference > ISYSMetadataRefinementItem > Score Property
<a name="kanchor473"></a>ISYSMetadataRefinementItem:Score Property
Returns the score for this parametric refinement option. The score is used to determine the order of the fields returned.

Syntax
[VBScript]
ReadOnly property ISYSMetadataRefinementItem.Score as double
[C#]
double ISYSMetadataRefinementItem.Score {get;}
[ColdFusion/Java]
double ISYSMetadataRefinementItem.Score() throws ComException;