HierarchyNode.TotalChildNodeCount Property
Gets the total child node count from this node, down.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As HierarchyNode(Of T)
Dim value As Integer
value = instance.TotalChildNodeCount
Syntax
'Declaration
Public ReadOnly Property TotalChildNodeCount As Integer
public int TotalChildNodeCount { get; }
public:
property int TotalChildNodeCount {
int get ();
}
/** @property */
public int get_TotalChildNodeCount ()
public function get TotalChildNodeCount () : int
Property Value
Returns Int32.
The total child node count from this node, down.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
HierarchyNode Generic Class
HierarchyNode Members
Microsoft.EnterpriseManagement.Common Namespace