Share via


PageResult<T>.Items Property

Definition

Gets the collection of entities for this feed.

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IEnumerable<T> Items { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Items : seq<'T>
Public ReadOnly Property Items As IEnumerable(Of T)

Property Value

Attributes

Applies to