Item Property

Gets an InventorySku at a particular index in the InventorySkusDataSet..::.InventorySkusDataTable table.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As InventorySkusDataSet..::.InventorySku
'Usage
Dim instance As InventorySkusDataSet..::.InventorySkusDataTable
Dim index As Integer
Dim value As InventorySkusDataSet..::.InventorySku

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

Parameters

Property Value

Type: Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySku
A InventorySku object in the InventorySkusDataSet..::.InventorySkusDataTable at the index from the index parameter.

Remarks

Returns the indexed object within the DataSet.

Permissions

See Also

Reference

InventorySkusDataSet..::.InventorySkusDataTable Class

InventorySkusDataSet..::.InventorySkusDataTable Members

Microsoft.CommerceServer.Inventory Namespace