| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property ChildCategoriesCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int ChildCategoriesCount {get;} | |
Return Value
Number of categories contained in ChildCategories.The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code