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