PageCount Property

Gets the number of pages.

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

Syntax

'Declaration
Public ReadOnly Property PageCount As Integer
    Get
'Usage
Dim instance As PagingInfo
Dim value As Integer

value = instance.PageCount
public int PageCount { get; }
public:
property int PageCount {
    int get ();
}

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

PagingInfo Class

Microsoft.Dynamics.Commerce.Runtime Namespace