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 entry of this entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public HierarchyEntry Parent { get; }
public:
property HierarchyEntry^ Parent {
HierarchyEntry^ get();
}
member Parent : HierarchyEntry with get
Public ReadOnly Property Parent As HierarchyEntry
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.HierarchyEntry
The parent entry, or null if this is the root entry.
See Also
HierarchyEntry Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top