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 Work Item Query Language (WIQL) text for this dynamic test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseQuery Query { get; set; }
property ITestCaseQuery^ Query {
ITestCaseQuery^ get();
void set(ITestCaseQuery^ value);
}
abstract Query : ITestCaseQuery with get, set
Property Query As ITestCaseQuery
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseQuery
The WIQL for this dynamic test suite.
See Also
ITestCaseQuery
IDynamicTestSuite Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top