GetRegionCodes Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns country/region and state code from the RegionCodes table.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetRegionCodes As RegionCodeDataSet
'Usage
Dim instance As OrderManagementContext
Dim returnValue As RegionCodeDataSet
returnValue = instance.GetRegionCodes()
public RegionCodeDataSet GetRegionCodes()
public:
RegionCodeDataSet^ GetRegionCodes()
public function GetRegionCodes() : RegionCodeDataSet
Return Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet
A RegionCodeDataSet containing country/region and state codes.
Remarks
Returns country/region and state code from the RegionCodes table.
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.