Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the page size.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute(IsRequired = false)]
public int PageSize { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property int PageSize {
int get ();
void set (int value);
}
[<DataMemberAttribute(IsRequired = false)>]
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)
Property Value
Type: System.Int32
The page size.
See Also
Reference
ValidationSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace