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

'Declaration
Property Outcome As TestOutcome
TestOutcome Outcome { get; set; }
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
abstract Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome 
function set Outcome (value : TestOutcome)

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
A test outcome.

.NET Framework Security

See Also

Reference

ITestResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestOutcome