HierarchyEntry.Children Property
Gets a list of child entries of this entry that contain test points that match the query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public IList<HierarchyEntry> Children { get; }
public:
property IList<HierarchyEntry^>^ Children {
IList<HierarchyEntry^>^ get();
}
member Children : IList<HierarchyEntry> with get
Public ReadOnly Property Children As IList(Of HierarchyEntry)
Property Value
Type: System.Collections.Generic.IList<HierarchyEntry>
A list of child entries.
See Also
HierarchyEntry Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top