ITestResult.Outcome Property
Gets or sets an indication of the outcome of the test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestOutcome Outcome { get; set; }
property TestOutcome Outcome {
TestOutcome get();
void set(TestOutcome value);
}
abstract Outcome : TestOutcome with get, set
Property Outcome As TestOutcome
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
A test outcome.
See Also
TestOutcome
ITestResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top