SuggestResult<T>.Text Property

Definition

Gets the text of the suggestion result.

[Newtonsoft.Json.JsonProperty(PropertyName="@search.text")]
public string Text { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.text")>]
member this.Text : string
Public ReadOnly Property Text As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to