SearchSchemaValue.Facet Property

Definition

Gets or sets the boolean that indicates whether or not the field is a facet.

[Newtonsoft.Json.JsonProperty(PropertyName="facet")]
public bool Facet { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="facet")>]
member this.Facet : bool with get, set
Public Property Facet As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to