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
- index
Type: System..::.Int32
The index of the InventoryCatalog object to retrieve.
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
- 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
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members