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 a collection of state codes.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property StateCodes As RegionCodeDataSet..::.StateCodesDataTable
'Usage
Dim instance As RegionCodeDataSet
Dim value As RegionCodeDataSet..::.StateCodesDataTable
value = instance.StateCodes
[BrowsableAttribute(false)]
public RegionCodeDataSet..::.StateCodesDataTable StateCodes { get; }
[BrowsableAttribute(false)]
public:
property RegionCodeDataSet..::.StateCodesDataTable^ StateCodes {
RegionCodeDataSet..::.StateCodesDataTable^ get ();
}
public function get StateCodes () : RegionCodeDataSet..::.StateCodesDataTable
Property Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesDataTable
A RegionCodeDataSet..::.StateCodesDataTable containing the State codes within the orders system.
Remarks
Returns a collection of state 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.