AutocompleteResult.Results Property

Definition

Gets the list of returned Autocompleted items.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.AutocompleteItem> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.AutocompleteItem>
Public ReadOnly Property Results As IList(Of AutocompleteItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to