ITestController.State Property

State of the test controller.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property State As TestControllerState
TestControllerState State { get; }
property TestControllerState State {
    TestControllerState get ();
}
abstract State : TestControllerState with get
function get State () : TestControllerState

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestControllerState

.NET Framework Security

See Also

Reference

ITestController Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace