Interface IFacetValue
Represents a single facet value
public interface IFacetValue
Properties
Label
The label of the facet value
string Label { get; }
Property Value
Value
The occurrence of the facet field
float Value { get; }
Represents a single facet value
public interface IFacetValue
The label of the facet value
string Label { get; }
The occurrence of the facet field
float Value { get; }