MonitoringHierarchyNode<T> Class
System Center
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a node in a hierarchy of T objects, where T is the type of the objects.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
System::Object
Microsoft.EnterpriseManagement.Common::HierarchyNode<T>
Microsoft.EnterpriseManagement.Common::MonitoringHierarchyNode<T>
Microsoft.EnterpriseManagement.Common::HierarchyNode<T>
Microsoft.EnterpriseManagement.Common::MonitoringHierarchyNode<T>
| Name | Description | |
|---|---|---|
![]() | ChildNodes | Gets the nodes that are children of this node in the hierarchy. |
![]() | Item | (Inherited from HierarchyNode<T>.) |
![]() | ParentNode | Gets the parent node for the MonitoringHierarchyNode<T> object. |
![]() | TotalChildNodeCount | (Inherited from HierarchyNode<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


