Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 products of this category.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("Category.ChildProductsCount is obsolete, use Category.ChildProducts.TotalRecords instead.")> _
Public ReadOnly Property ChildProductsCount As Integer
'Usage
Dim instance As Category
Dim value As Integer
value = instance.ChildProductsCount
[ObsoleteAttribute("Category.ChildProductsCount is obsolete, use Category.ChildProducts.TotalRecords instead.")]
public int ChildProductsCount { get; }
[ObsoleteAttribute(L"Category.ChildProductsCount is obsolete, use Category.ChildProducts.TotalRecords instead.")]
public:
property int ChildProductsCount {
int get ();
}
public function get ChildProductsCount () : int
Property Value
Type: System..::.Int32
The number of child products of this category.
Remarks
ChildProductsCount is obsolete, use Category.ChildProducts.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.