The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestCaseResult::State Property
Gets the status of the test.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property TestResultState State { TestResultState get(); void set(TestResultState value); }
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client::TestResultStateThe status of the test.
Show: