Share via


CountryCodes Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the RegionCodeDataSet..::.CountryCodesDataTable table of country codes, contained in the dataset.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CountryCodes As RegionCodeDataSet..::.CountryCodesDataTable
'Usage
Dim instance As RegionCodeDataSet
Dim value As RegionCodeDataSet..::.CountryCodesDataTable

value = instance.CountryCodes
[BrowsableAttribute(false)]
public RegionCodeDataSet..::.CountryCodesDataTable CountryCodes { get; }
[BrowsableAttribute(false)]
public:
property RegionCodeDataSet..::.CountryCodesDataTable^ CountryCodes {
    RegionCodeDataSet..::.CountryCodesDataTable^ get ();
}
public function get CountryCodes () : RegionCodeDataSet..::.CountryCodesDataTable

Property Value

Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesDataTable
A Data table with the country codes.

Remarks

Returns a RegionCodeDataSet..::.CountryCodesDataTable table with the Country/region codes.

Permissions

See Also

Reference

RegionCodeDataSet Class

RegionCodeDataSet Members

Microsoft.CommerceServer.Orders Namespace