Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the specified Product or ProductFamily object from the collection. In C#, this property is the indexer for the ProductCollection class.
Overload List
Name | Description | |
---|---|---|
![]() |
Item[([(Int32])]) | Gets the specified Product or ProductFamily object from the collection, identified by position. In C#, this property is the indexer for the ProductCollection class. (Overrides CatalogObjectCollection<(Of <(TObject, TDataSet>)>)..::.Item[([(Int32])]).) |
![]() |
Item[([(String])]) | Gets the specified Product or ProductFamily object from the collection, identified by key. In C#, this property is the indexer for the ProductCollection class. (Overrides CatalogObjectCollection<(Of <(TObject, TDataSet>)>)..::.Item[([(String])]).) |
Top
Remarks
Returns the indexed object within the collection.