Item Property

Gets a OperationErrorsDataSet..::.OperationError at a particular index in the OperationErrorsDataSet..::.OperationErrorsDataTable.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As OperationErrorsDataSet..::.OperationError
'Usage
Dim instance As OperationErrorsDataSet..::.OperationErrorsDataTable
Dim index As Integer
Dim value As OperationErrorsDataSet..::.OperationError

value = instance.Item(index)
public OperationErrorsDataSet..::.OperationError Item[
    int index
] { get; }
public:
property OperationErrorsDataSet..::.OperationError^ Item[int index] {
    OperationErrorsDataSet..::.OperationError^ get (int index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.CommerceServer.Catalog..::.OperationErrorsDataSet..::.OperationError
A OperationErrorsDataSet..::.OperationError object in the OperationErrorsDataSet..::.OperationErrorsDataTable at the index from the index parameter.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The index parameter is out of range of the DataSet.

Remarks

Returns the indexed object within the DataSet.

Permissions

See Also

Reference

OperationErrorsDataSet..::.OperationErrorsDataTable Class

OperationErrorsDataSet..::.OperationErrorsDataTable Members

Microsoft.CommerceServer.Catalog Namespace