EntityStagingGetCriteria.PageSize Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the page size.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As EntityStagingGetCriteria
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute(EmitDefaultValue = false)]
public int PageSize { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int PageSize {
int get ();
void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)
Property Value
Type: System.Int32
The page size.