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
- index
Type: System..::.Int32
The index of the InventorySku object to retrieve.
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
- 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
InventorySkusDataSet..::.InventorySkusDataTable Class