OrdersWebService.GetRegionCodes Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns country/region and state code from the RegionCodes table.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in microsoft.commerceserver.orders.datamanagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetRegionCodes As RegionCodeDataSet
[WebMethodAttribute]
public virtual RegionCodeDataSet GetRegionCodes ()
[WebMethodAttribute]
public:
virtual RegionCodeDataSet^ GetRegionCodes ()
/** @attribute WebMethodAttribute() */
public RegionCodeDataSet GetRegionCodes ()
WebMethodAttribute
public function GetRegionCodes () : RegionCodeDataSet
Return Value
RegionCodeDataSet
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003 SP1 Standard and Enterprise Editions
Target Platforms
Windows Server 2003 SP1 Standard and Enterprise Editions
See Also
Reference
OrdersWebService Class
OrdersWebService Members
Microsoft.CommerceServer.Orders.WebService Namespace