Node.ParentNode Property

Gets the parent of this Node. If this is a root node, the return is nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ParentNode As Node
'Usage
Dim instance As Node 
Dim value As Node 

value = instance.ParentNode
public Node ParentNode { get; }
public:
property Node^ ParentNode {
    Node^ get ();
}
public function get ParentNode () : Node

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node

.NET Framework Security

See Also

Reference

Node Class

Node Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace