Share via


RunInfo.Outcome Property

Definition

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

public:
 property Microsoft::VisualStudio::TestTools::Common::TestOutcome Outcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); };
public Microsoft.VisualStudio.TestTools.Common.TestOutcome Outcome { get; }
member this.Outcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Public ReadOnly Property Outcome As TestOutcome

Property Value

A member of the TestOutcome enumeration.

Applies to