ITestEnvironment.TestController Property
Gets the test controller that owns the test environment.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property TestController As ITestController
ITestController TestController { get; }
property ITestController^ TestController {
ITestController^ get ();
}
abstract TestController : ITestController with get
function get TestController () : ITestController
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestController
The test controller that owns the test environment.
.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.