PageResult<T>.Values Property

Definition

Gets the values in this PageResult<T>.

public System.Collections.Generic.IReadOnlyList<T> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<'T>
Public ReadOnly Property Values As IReadOnlyList(Of T)

Property Value

Applies to