Node.ParentNode Property
Gets the parent node of this node.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ParentNode As Node
public Node ParentNode { get; }
public:
property Node^ ParentNode {
Node^ get ();
}
member ParentNode : Node with get
function get ParentNode () : Node
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node
Returns 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.