Item Property

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

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

See Also

Reference

RegionCodeDataSet..::.CountryCodesDataTable Class

RegionCodeDataSet..::.CountryCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace