CatalogSetsContext Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the information about all the catalog sets in the catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property CatalogSetsContext As CatalogSetsContext
'Usage
Dim instance As CatalogContext
Dim value As CatalogSetsContext
value = instance.CatalogSetsContext
public CatalogSetsContext CatalogSetsContext { get; }
public:
property CatalogSetsContext^ CatalogSetsContext {
CatalogSetsContext^ get ();
}
public function get CatalogSetsContext () : CatalogSetsContext
Property Value
Type: Microsoft.CommerceServer.CatalogSets..::.CatalogSetsContext
A CatalogSetsContext class object which manages the catalog sets in the catalog system.
Remarks
The CatalogSetsContext class manages the catalog sets in the catalog system. Use this method to call the CatalogSetsContext instance.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.