EntityStagingGetCriteria.PageSize Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

[DataMemberAttribute(EmitDefaultValue = false)]
public int PageSize { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property int PageSize {
    int get();
    void set(int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PageSize : int with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property PageSize As Integer

Property Value

Type: System.Int32

The page size.

See Also

EntityStagingGetCriteria Class
Microsoft.MasterDataServices Namespace

Return to top