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

'Declaration
ReadOnly Property TestControllers As ITestControllerHelper
ITestControllerHelper TestControllers { get; }
property ITestControllerHelper^ TestControllers {
    ITestControllerHelper^ get ();
}
abstract TestControllers : ITestControllerHelper
function get TestControllers () : ITestControllerHelper

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestControllerHelper
A test controller helper object.

.NET Framework Security

See Also

Reference

ITestManagementService Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestControllerHelper