ValidationSearchCriteria.PageSize Property

Definition

Specifies the page size.

public:
 property int PageSize { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public int PageSize { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.PageSize : int with get, set
Public Property PageSize As Integer

Property Value

The page size.

Attributes

Applies to