Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.