GetCountryRegionsResponse Constructor

Initializes a new instance of the GetCountryRegionsResponse 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 ( _
    countries As IEnumerable(Of CountryRegionInfo) _
)
'Usage
Dim countries As IEnumerable(Of CountryRegionInfo)

Dim instance As New GetCountryRegionsResponse(countries)
public GetCountryRegionsResponse(
    IEnumerable<CountryRegionInfo> countries
)
public:
GetCountryRegionsResponse(
    IEnumerable<CountryRegionInfo^>^ countries
)

Parameters

See Also

Reference

GetCountryRegionsResponse Class

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