HierarchyEntry.Parent Property
Gets the parent entry of this entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As HierarchyEntry
public HierarchyEntry Parent { get; }
public:
property HierarchyEntry^ Parent {
HierarchyEntry^ get ();
}
member Parent : HierarchyEntry with get
function get Parent () : HierarchyEntry
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.HierarchyEntry
The parent entry, or nulla null reference (Nothing in Visual Basic) if this is the root entry.
.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.