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.
Gets the strongly typed RegionCodeDataSet..::.CountryCodesDataTable DataRow at the specified index.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As RegionCodeDataSet..::.CountryCodesRow
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim index As Integer
Dim value As RegionCodeDataSet..::.CountryCodesRow
value = instance.Item(index)
public RegionCodeDataSet..::.CountryCodesRow Item[
int index
] { get; }
public:
property RegionCodeDataSet..::.CountryCodesRow^ Item[int index] {
RegionCodeDataSet..::.CountryCodesRow^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the RegionCodeDataSet..::.CountryCodesRow object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRow
A RegionCodeDataSet..::.CountryCodesRow object in the RegionCodeDataSet..::.CountryCodesDataTable at the index of the index parameter.
Remarks
Returns the indexed object within the RegionCodeDataSet..::.CountryCodesDataTable.
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 Class