ValidationSearchCriteria.PageSize Property
Gets or sets the page size.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute]
public int PageSize { get; set; }
[DataMemberAttribute]
public:
property int PageSize {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)
Property Value
Type: System.Int32
The page size.