Class FacetResult
Represents the results for facets relating to the search
public sealed class FacetResult
- Inheritance
-
FacetResult
- Inherited Members
Constructors
FacetResult()
public FacetResult()
Properties
Facets
The facets
public IList<Facet> Facets { get; set; }