CatalogContext Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the CatalogContext object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property CatalogContext As CatalogContext
'Usage
Dim instance As CatalogObjectBase
Dim value As CatalogContext
value = instance.CatalogContext
public CatalogContext CatalogContext { get; }
public:
property CatalogContext^ CatalogContext {
CatalogContext^ get ();
}
public function get CatalogContext () : CatalogContext
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogContext
The CatalogContext object
Remarks
The CatalogContext class contains the functionality to manage the catalog and inventory systems. This class contains the functionality to manage the catalog and inventory systems. This class is the single entry point class. It provides methods to create an instance of the CatalogContext class in either the Web service mode or the local server mode. When initialized in the Web service mode subsequent method invocations on this instance will use the catalog web service to perform the actions. When initialized in the local server mode subsequent method invocations on this instance will perform the directly against the catalog database.
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.