PageNumber Property

Gets or sets the page number.

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

Syntax

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

value = instance.PageNumber

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

Property Value

Type: System.Int32
The page number.

See Also

Reference

PagingInfo Class

Microsoft.Dynamics.Commerce.Runtime Namespace