GetNonIndexableItemDetailsParameters.PageSize Property

Definition

Gets or sets the size of the page view. The PageSize property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<int> PageSize { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> PageSize { get; set; }
Public Property PageSize As Nullable(Of Integer)

Property Value

The size of the page view.

Applies to