Item Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the specified InventorySku object from the collection. In C#, this property is the indexer for the InventorySkuCollection class.
Overload List
Name | Description | |
---|---|---|
Item[([(Int32])]) | Gets the specified InventorySku object from the collection, identified by position. In C#, this property is the indexer for the InventorySkuCollection class. | |
Item[([(String, String])]) | Gets the specified InventorySku object from the InventorySkuCollection, identified by key. The InventorySKU object is specified by the Product catalog and the product identifier. In C#, this property is the indexer for the InventoryCatalogCollection class. | |
Item[([(String, String, String])]) | Gets the specified InventorySku object from the InventorySkuCollection, identified by key. The InventorySKU object is specified by the Product catalog and the variant identifier. |
Top
Remarks
Returns the indexed object within the collection.