Compartir a través de


DocumentSearchResult<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.SearchResult<T>> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.SearchResult<'T>>
Public ReadOnly Property Results As IList(Of SearchResult(Of T))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a