CommerceContext.CatalogSystem Property (BCL)

The CatalogSystem property is a read/write CatalogContext object for use on the site.

Definition

[Visual Basic .NET]

Public Property CatalogSystem As CatalogContext

[C#]

public CatalogContext CatalogSystem{get; set;} 

Property Value

The CatalogContext class used on the site.

Remarks

A default CatalogContext class is available only if the CommerceCatalogModule class is configured in the web.config file. Always check this property for a non-null value before referencing it.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Catalog Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.