Jaa


PagedResult<T>.Items Property

Definition

Gets or sets the page of items.

public T[] Items { get; set; }
member this.Items : 'T[] with get, set
Public Property Items As T()

Property Value

T[]

The array of items.

Applies to