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
- 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.