Share via


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

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestControllerState

See Also

ITestController Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top