ITestCaseResult.State Property
Gets the status of the test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestResultState State { get; set; }
property TestResultState State {
TestResultState get();
void set(TestResultState value);
}
abstract State : TestResultState with get, set
Property State As TestResultState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultState
The status of the test.
See Also
TestResultState
ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top