Dijeli putem


Item Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the specified object from the collection. In C#, this property is the indexer for the CatalogPropertyCollection class.

Overload List

  Name Description
Aa530050.pubproperty(en-US,CS.70).gif Item[([(Int32])]) Gets the specified CatalogProperty object from the collection, identified by position. In C#, this property is the indexer for the CatalogPropertyCollection class. (Overrides CatalogObjectCollection<(Of <(TObject, TDataSet>)>)..::.Item[([(Int32])]).)
Aa530050.pubproperty(en-US,CS.70).gif Item[([(String])]) Gets the specified CatalogProperty object from the collection, identified by key. In C#, this property is the indexer for the CatalogPropertyCollection class. (Overrides CatalogObjectCollection<(Of <(TObject, TDataSet>)>)..::.Item[([(String])]).)

Top

Remarks

Returns a specific member of a Collection object either by position or by key.

See Also

Reference

CatalogPropertyCollection Class

CatalogPropertyCollection Members

Microsoft.CommerceServer.Catalog Namespace