PageSize Property

Gets or sets the size of the page.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property PageSize As Integer
    Get
    Set
'Usage
Dim instance As PagingInfo
Dim value As Integer

value = instance.PageSize

instance.PageSize = value
public int PageSize { get; set; }
public:
property int PageSize {
    int get ();
    void set (int value);
}

Property Value

Type: System.Int32
The size of the page.

See Also

Reference

PagingInfo Class

Microsoft.Dynamics.Commerce.Runtime Namespace