Share via


MonitoringHierarchyNode.ChildNodes Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the nodes that are children of this node in the hierarchy.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As MonitoringHierarchyNode(Of T)
Dim value As ReadOnlyCollection(Of MonitoringHierarchyNode(Of T))

value = instance.ChildNodes

Syntax

'Declaration
Public ReadOnly Property ChildNodes As ReadOnlyCollection(Of MonitoringHierarchyNode(Of T))
public ReadOnlyCollection<MonitoringHierarchyNode<T>> ChildNodes { get; }
public:
property ReadOnlyCollection<MonitoringHierarchyNode<T>^>^ ChildNodes {
    ReadOnlyCollection<MonitoringHierarchyNode<T>^>^ get ();
}
/** @property */
public ReadOnlyCollection<MonitoringHierarchyNode<T>> get_ChildNodes ()
public function get ChildNodes () : ReadOnlyCollection<MonitoringHierarchyNode<T>>

Property Value

Returns a list of ReadOnlyCollection objects that are children of this node in the hierarchy.

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

See Also

Reference

MonitoringHierarchyNode Generic Class
MonitoringHierarchyNode Members
Microsoft.EnterpriseManagement.Common Namespace