CatalogPropertyCollection Class

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

Collection of catalog properties in the product catalog system. This class cannot be inherited.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public NotInheritable Class CatalogPropertyCollection _
    Inherits CatalogObjectCollection(Of CatalogProperty, CatalogPropertiesDataSet)
'Usage
Dim instance As CatalogPropertyCollection
public sealed class CatalogPropertyCollection : CatalogObjectCollection<CatalogProperty, CatalogPropertiesDataSet>
public ref class CatalogPropertyCollection sealed : public CatalogObjectCollection<CatalogProperty^, CatalogPropertiesDataSet^>
public final class CatalogPropertyCollection extends CatalogObjectCollection<CatalogProperty, CatalogPropertiesDataSet>

Remarks

Collection of properties within the catalog system.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
    Microsoft.CommerceServer.Catalog..::.CatalogObjectCollection<(Of <(CatalogProperty, CatalogPropertiesDataSet>)>)
      Microsoft.CommerceServer.Catalog..::.CatalogPropertyCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CatalogPropertyCollection Members

Microsoft.CommerceServer.Catalog Namespace