MonitoringHierarchyNode.ParentNode Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the parent node for the MonitoringHierarchyNode object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As MonitoringHierarchyNode(Of T)
Dim value As MonitoringHierarchyNode(Of T)
value = instance.ParentNode
Syntax
'Declaration
Public Property ParentNode As MonitoringHierarchyNode(Of T)
public MonitoringHierarchyNode<T> ParentNode { get; }
public:
property MonitoringHierarchyNode<T>^ ParentNode {
MonitoringHierarchyNode<T>^ get ();
}
/** @property */
public MonitoringHierarchyNode<T> get_ParentNode ()
public function get ParentNode () : MonitoringHierarchyNode<T>
Property Value
Returns the MonitoringHierarchyNode object that is the parent node of this MonitoringHierarchyNode 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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
MonitoringHierarchyNode Generic Class
MonitoringHierarchyNode Members
Microsoft.EnterpriseManagement.Common Namespace