CommerceCatalogModule.CatalogContext Property (BCL)
The CatalogContext property gets the default CatalogContext instance created by the module.
Definition
[Visual Basic .NET]
Public ReadOnly Property CatalogContext As CatalogContext
[C#]
public CatalogContext CatalogContext{get;}
Property Value
The default CatalogContext instance created by the module.
Remarks
The value will be null if the CommerceCatalogModule object was not configured in the web.config file. ASP.NET pages should reference this through the CommerceContext.Current.CatalogSystem property.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Catalog
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.