Compartir a través de


AutocompleteResult.Results Propiedad

Definición

Obtiene la lista de elementos autocompleted devueltos.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a