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