Class FacetValue
Represents the value of a facet
Constructors
FacetValue()
Declaration
public FacetValue()
Properties
Id
The Id of the value
Declaration
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Name
The name of the value
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |