ITestManagementService.TestControllers Property
Gets a helper object that has methods to create, query, register, unregister, and update the test controllers on the Team Foundation Server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestControllerHelper TestControllers { get; }
property ITestControllerHelper^ TestControllers {
ITestControllerHelper^ get();
}
abstract TestControllers : ITestControllerHelper with get
ReadOnly Property TestControllers As ITestControllerHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestControllerHelper
A test controller helper object.
See Also
ITestControllerHelper
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top