Partilhar via


FullTextPath.Language Property

Definition

Gets or sets a string containing the language of the full text path.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="language")]
public string Language { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="language")>]
member this.Language : string with get, set
Public Property Language As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to