Share via


Category.ChildProductsCount Property (BCL)

The ChildProductsCount property is a read-only String that gets the number of products that are immediate children of this category.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property ChildProductsCount As System.Int32

[C#]

public virtual System.Int32 ChildProductsCount{get;} 

Property Value

A System.Int32 that contains the count.

Remarks

Throws a CatalogException on failure.

This information 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.