MonitoringHierarchyNode<T>.ChildNodes Property
Applies To: Operations Manager for System Center 2012
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)
Syntax
public ReadOnlyCollection<MonitoringHierarchyNode<T>> ChildNodes { get; }
public:
property ReadOnlyCollection<MonitoringHierarchyNode<T>^>^ ChildNodes {
ReadOnlyCollection<MonitoringHierarchyNode<T>^>^ get();
}
member ChildNodes : ReadOnlyCollection<MonitoringHierarchyNode<'T>> with get
Public ReadOnly Property ChildNodes As ReadOnlyCollection(Of MonitoringHierarchyNode(Of T))
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringHierarchyNode<T>>
Returns a list of ReadOnlyCollection<T> objects that are children of this node in the hierarchy.
See Also
MonitoringHierarchyNode<T> Class
Microsoft.EnterpriseManagement.Common Namespace
Return to top