DocumentSearchResult<T>.Results Property

Definition

Gets the sequence of results returned by the query.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to