SearchSchemaValue.Indexed Property

Definition

Gets or sets the boolean that indicates the field is searchable as free text.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to