CodeColumn Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Code values in the RegionCodeDataSet..::.CountryCodesDataTable table.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property CodeColumn As DataColumn
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable..::.CodeChangeEventArg
Dim value As DataColumn
value = instance.CodeColumn
public DataColumn CodeColumn { get; }
public:
property DataColumn^ CodeColumn {
DataColumn^ get ();
}
public function get CodeColumn () : DataColumn
Property Value
Type: System.Data..::.DataColumn
A DataColumn containing the Code values in the RegionCodeDataSet..::.CountryCodesDataTable table.
Remarks
The DataColumn contains the Codes used in the RegionCodeDataSet..::.CountryCodesDataTable, from the RegionCodeDataSet.
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.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable..::.CodeChangeEventArg Class
RegionCodeDataSet..::.CountryCodesDataTable..::.CodeChangeEventArg Members