Share via


Category.ChildCategoryNames Property (BCL)

The ChildCategoryNames property is a read-only String that gets the names of the categories that are immediate children of this category.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property ChildCategoryNames As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection ChildCategoryNames{get;} 

Property Value

A ReadOnlyStringCollection object that contains the child category names.

Remarks

Throws a CatalogException on failure. The list of child category names is cached. Call the CatalogContextRefresh method to explicitly refresh this cached data.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.