ITestPlanCollection.QueryText Property
Gets or sets the default query that is used to populate the test plan hierarchy. This includes test runs and test points.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string QueryText { get; set; }
property String^ QueryText {
String^ get();
void set(String^ value);
}
abstract QueryText : string with get, set
Property QueryText As String
Property Value
Type: System.String
The default query.
See Also
ITestPlan
ITestPoint
ITestRun
ITestPlanCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top