Compartir a través de


DocumentSuggestResult<T>.Results Propiedad

Definición

Obtiene la secuencia de resultados devueltos por la consulta.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a