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.
The CatalogSetsContext class manages the catalog sets in the catalog system.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class CatalogSetsContext _
Inherits CatalogObjectBase
'Usage
Dim instance As CatalogSetsContext
public class CatalogSetsContext : CatalogObjectBase
public ref class CatalogSetsContext : public CatalogObjectBase
public class CatalogSetsContext extends CatalogObjectBase
Remarks
An instance of the CatalogSetsContext object can be obtained by calling the CatalogContext.CatalogSetsContext property.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.CatalogSets..::.CatalogSetsContext
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.