Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Property Query As ITestCaseQuery
ITestCaseQuery Query { get; set; }
property ITestCaseQuery^ Query {
ITestCaseQuery^ get ();
void set (ITestCaseQuery^ value);
}
abstract Query : ITestCaseQuery with get, set
function get Query () : ITestCaseQuery
function set Query (value : ITestCaseQuery)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseQuery
The WIQL for this dynamic test suite.
.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.