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.
A collection of ProductCatalog objects. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class ProductCatalogCollection _
Inherits SearchableObjectCollection(Of ProductCatalog, CatalogsDataSet)
'Usage
Dim instance As ProductCatalogCollection
public sealed class ProductCatalogCollection : SearchableObjectCollection<ProductCatalog, CatalogsDataSet>
public ref class ProductCatalogCollection sealed : public SearchableObjectCollection<ProductCatalog^, CatalogsDataSet^>
public final class ProductCatalogCollection extends SearchableObjectCollection<ProductCatalog, CatalogsDataSet>
Remarks
Collection of product catalog objects encountered in the catalog.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObjectCollection<(Of <(ProductCatalog, CatalogsDataSet>)>)
Microsoft.CommerceServer.Catalog..::.SearchableObjectCollection<(Of <(ProductCatalog, CatalogsDataSet>)>)
Microsoft.CommerceServer.Catalog..::.ProductCatalogCollection
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.