GetStoresResponse Constructor

Initializes a new instance of the GetStoresResponse class.

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

Syntax

'Declaration
Public Sub New ( _
    stores As IEnumerable(Of StoreLocation), _
    totalNumberOfRecords As Integer _
)
'Usage
Dim stores As IEnumerable(Of StoreLocation)
Dim totalNumberOfRecords As Integer

Dim instance As New GetStoresResponse(stores, _
    totalNumberOfRecords)
public GetStoresResponse(
    IEnumerable<StoreLocation> stores,
    int totalNumberOfRecords
)
public:
GetStoresResponse(
    IEnumerable<StoreLocation^>^ stores, 
    int totalNumberOfRecords
)

Parameters

See Also

Reference

GetStoresResponse Class

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