ITestRunStatistic.ResultOutcome Property
Gets the result outcome for this test statistic.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestOutcome ResultOutcome { get; }
property TestOutcome ResultOutcome {
TestOutcome get();
}
abstract ResultOutcome : TestOutcome with get
ReadOnly Property ResultOutcome As TestOutcome
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
The result outcome for this test statistic.
See Also
TestOutcome
ITestRunStatistic Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top