TestManagementService.TestControllers Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Public ReadOnly Property TestControllers As ITestControllerHelper
public ITestControllerHelper TestControllers { get; }
public:
virtual property ITestControllerHelper^ TestControllers {
ITestControllerHelper^ get () sealed;
}
abstract TestControllers : ITestControllerHelper with get
override TestControllers : ITestControllerHelper with get
final function get TestControllers () : ITestControllerHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestControllerHelper
A test controller helper object.
Implements
ITestManagementService.TestControllers
.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.