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 a ReadOnlyStringCollection containing the list of names of the child categories of this category.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("Category.ChildCategoryNames is obsolete, use Category.ChildCategories instead.")> _
Public ReadOnly Property ChildCategoryNames As ReadOnlyStringCollection
'Usage
Dim instance As Category
Dim value As ReadOnlyStringCollection
value = instance.ChildCategoryNames
[ObsoleteAttribute("Category.ChildCategoryNames is obsolete, use Category.ChildCategories instead.")]
public ReadOnlyStringCollection ChildCategoryNames { get; }
[ObsoleteAttribute(L"Category.ChildCategoryNames is obsolete, use Category.ChildCategories instead.")]
public:
property ReadOnlyStringCollection^ ChildCategoryNames {
ReadOnlyStringCollection^ get ();
}
public function get ChildCategoryNames () : ReadOnlyStringCollection
Property Value
Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the list of names of the child categories of this category.
Remarks
ChildCategoryNames is obsolete, use ChildCategories 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.