Share via


RunInfo.Outcome Property

Gets a member of the TestOutcome enumeration, which indicates how the test run ended.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Outcome As TestOutcome
public TestOutcome Outcome { get; }
public:
virtual property TestOutcome Outcome {
    TestOutcome get () sealed;
}
abstract Outcome : TestOutcome
override Outcome : TestOutcome
final function get Outcome () : TestOutcome

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome
A member of the TestOutcome enumeration.

.NET Framework Security

See Also

Reference

RunInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestOutcome