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.

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

System::Object
  Microsoft.EnterpriseManagement.Common::HierarchyNode<T>
    Microsoft.EnterpriseManagement.Common::MonitoringHierarchyNode<T>

generic<typename T>
[SerializableAttribute]
public ref class MonitoringHierarchyNode : HierarchyNode<T>

Type Parameters

T

The type of object the setting represents.

NameDescription
System_CAPS_pubpropertyChildNodes

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

System_CAPS_pubpropertyItem

(Inherited from HierarchyNode<T>.)

System_CAPS_pubpropertyParentNode

Gets the parent node for the MonitoringHierarchyNode<T> object.

System_CAPS_pubpropertyTotalChildNodeCount

(Inherited from HierarchyNode<T>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: