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 of the members to get.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property PageSize As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As Nullable(Of Integer)
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute(IsRequired = true)]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property Nullable<int> PageSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = true)>]
member PageSize : Nullable<int> with get, set
function get PageSize () : Nullable<int>
function set PageSize (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>
The page size of the members to get.
See Also
Reference
EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace