IRunSettings.TestCaseQuery Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the query that specifies which test cases become part of the test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property TestCaseQuery As ITestCaseQuery
ITestCaseQuery TestCaseQuery { get; set; }
property ITestCaseQuery^ TestCaseQuery {
ITestCaseQuery^ get ();
void set (ITestCaseQuery^ value);
}
abstract TestCaseQuery : ITestCaseQuery with get, set
function get TestCaseQuery () : ITestCaseQuery
function set TestCaseQuery (value : ITestCaseQuery)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseQuery
A test case query.
.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.