ITestPointProperties.MostRecentResultOutcome Property

 

Gets the most recent result outcome setting.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

TestOutcome MostRecentResultOutcome { get; }
property TestOutcome MostRecentResultOutcome {
    TestOutcome get();
}
abstract MostRecentResultOutcome : TestOutcome with get
ReadOnly Property MostRecentResultOutcome As TestOutcome

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome

The most recent result outcome setting.

See Also

TestOutcome
ITestPointProperties Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top