Item Property

Gets an InventoryCatalog at a particular index in the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As InventoryCatalogsDataSet..::.InventoryCatalog
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim index As Integer
Dim value As InventoryCatalogsDataSet..::.InventoryCatalog

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

Parameters

Property Value

Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
A InventoryCatalog object in the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable at the index from the index parameter.

Remarks

Returns the indexed object within the DataSet.

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members

Microsoft.CommerceServer.Inventory Namespace