ChildCategoriesCount Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
NOTE: This API is now obsolete.
(Obsolete) Gets the number of child categories of this category.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("Category.ChildCategoriesCount is obsolete, use Category.ChildCategories.TotalRecords instead.")> _
Public ReadOnly Property ChildCategoriesCount As Integer
'Usage
Dim instance As Category
Dim value As Integer
value = instance.ChildCategoriesCount
[ObsoleteAttribute("Category.ChildCategoriesCount is obsolete, use Category.ChildCategories.TotalRecords instead.")]
public int ChildCategoriesCount { get; }
[ObsoleteAttribute(L"Category.ChildCategoriesCount is obsolete, use Category.ChildCategories.TotalRecords instead.")]
public:
property int ChildCategoriesCount {
int get ();
}
public function get ChildCategoriesCount () : int
Property Value
Type: System..::.Int32
The number of child categories of this category.
Remarks
ChildCategoriesCount is obsolete, use Category.ChildCategories.TotalRecords instead.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.