TotalNumberOfRecords Property

Gets the total number of records.

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

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public Property TotalNumberOfRecords As Integer
    Get
    Private Set
'Usage
Dim instance As GetItemAvailabilitiesBaseResponse
Dim value As Integer

value = instance.TotalNumberOfRecords
[IgnoreDataMemberAttribute]
public int TotalNumberOfRecords { get; private set; }
[IgnoreDataMemberAttribute]
public:
property int TotalNumberOfRecords {
    int get ();
    private: void set (int value);
}

Property Value

Type: System.Int32
The total number of records.

See Also

Reference

GetItemAvailabilitiesBaseResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace