StagingResultCriteria.PageSize Property

Gets or sets the number of rows to return.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PageSize As Nullable(Of Integer)
    Get 
    Set
'Usage
Dim instance As StagingResultCriteria 
Dim value As Nullable(Of Integer)

value = instance.PageSize

instance.PageSize = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> PageSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
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 number of rows to return.

See Also

Reference

StagingResultCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace