Share via


SearchResultsPage<T>.Values Property

Definition

Gets the values in this Page<T>.

public override System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchResult<T>> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchResult<'T>>
Public Overrides ReadOnly Property Values As IReadOnlyList(Of SearchResult(Of T))

Property Value

Applies to