Item Property

Gets a CatalogSetsDataSet..::.CatalogSet at a particular index in the CatalogSetsDataSet..::.CatalogSetsDataTable.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As CatalogSetsDataSet..::.CatalogSet
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim index As Integer
Dim value As CatalogSetsDataSet..::.CatalogSet

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

Parameters

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
A CatalogSetsDataSet..::.CatalogSet object in the CatalogSetsDataSet..::.CatalogSetsDataTable 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

CatalogSetsDataSet..::.CatalogSetsDataTable Class

CatalogSetsDataSet..::.CatalogSetsDataTable Members

Microsoft.CommerceServer.Catalog Namespace