GetCountryRegions Method

Gets the country regions.

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

Syntax

'Declaration
Public Function GetCountryRegions ( _
    parameters As ParameterSet _
) As ReadOnlyCollection(Of CountryRegionInfo)
'Usage
Dim instance As AddressDataManager
Dim parameters As ParameterSet
Dim returnValue As ReadOnlyCollection(Of CountryRegionInfo)

returnValue = instance.GetCountryRegions(parameters)
public ReadOnlyCollection<CountryRegionInfo> GetCountryRegions(
    ParameterSet parameters
)
public:
ReadOnlyCollection<CountryRegionInfo^>^ GetCountryRegions(
    ParameterSet^ parameters
)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CountryRegionInfo>
List of countries.

See Also

Reference

AddressDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace