CatalogContext.PropertyNames Property (BCL)

The PropertyNames property contains the names of all properties defined in the Product Catalog System.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property PropertyNames As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection PropertyNames{get;} 

Property Value

A ReadOnlyStringCollection containing the names of the properties.

Remarks

The CatalogContext object caches this list since it is frequently used in Commerce Server sites. To refresh the list, call the Refresh method explicitly. Throws a CatalogException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.