MonitoringHierarchyNode<T> Class
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.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.HierarchyNode<T>
Microsoft.EnterpriseManagement.Common.MonitoringHierarchyNode<T>
Syntax
[SerializableAttribute]
public class MonitoringHierarchyNode<T> : HierarchyNode<T>
generic<typename T>
[SerializableAttribute]
public ref class MonitoringHierarchyNode : HierarchyNode<T>
[<SerializableAttribute>]
type MonitoringHierarchyNode<'T> =
class
inherit HierarchyNode<'T>
end
<SerializableAttribute>
Public Class MonitoringHierarchyNode(Of T)
Inherits HierarchyNode(Of T)
Type Parameters
- T
The type of object the setting represents.
Properties
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>.) |
Methods
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.) |
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.
See Also
Microsoft.EnterpriseManagement.Common Namespace
Return to top