Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.