Share via


Category.PrimaryParentCategoryName Property (BCL)

The PrimaryParentCategoryName property is a read-only String that gets the name of the primary parent category of this category.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property PrimaryParentCategoryName As System.String

[C#]

public virtual System.String PrimaryParentCategoryName{get;} 

Property Value

A System.String object that contains the name of the primary parent.

Remarks

The primary parent category name is cached. Call the CatalogContextRefresh method to explicitly refresh this cached data.

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.