HierarchyNode<T>.ParentNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the parent of this item.
public:
property Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^ ParentNode { Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^ get(); };
public Microsoft.EnterpriseManagement.Common.HierarchyNode<T> ParentNode { get; }
member this.ParentNode : Microsoft.EnterpriseManagement.Common.HierarchyNode<'T>
Public ReadOnly Property ParentNode As HierarchyNode(Of T)
Property Value
Returns HierarchyNode<T>.
The parent of this item.