Item Property
Gets the strongly typed ShippingRatesDataSet..::.ShippingRatesDataTable 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 ShippingRatesDataSet..::.ShippingRatesRow
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim index As Integer
Dim value As ShippingRatesDataSet..::.ShippingRatesRow
value = instance.Item(index)
public ShippingRatesDataSet..::.ShippingRatesRow Item[
int index
] { get; }
public:
property ShippingRatesDataSet..::.ShippingRatesRow^ Item[int index] {
ShippingRatesDataSet..::.ShippingRatesRow^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the ShippingRatesDataSet..::.ShippingRatesRow object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow
A ShippingRatesDataSet..::.ShippingRatesRow object in the ShippingRatesDataSet..::.ShippingRatesDataTable at the index of the index parameter.
Remarks
Returns the indexed object within the ShippingRatesDataSet..::.ShippingRatesDataTable.
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
ShippingRatesDataSet..::.ShippingRatesDataTable Class