RunResultAndStatistics.Outcome Property

Definition

Gets or sets the outcome of the associated test run.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestOutcome Outcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); void set(Microsoft::VisualStudio::TestTools::Common::TestOutcome value); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public Microsoft.VisualStudio.TestTools.Common.TestOutcome Outcome { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.Outcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome with get, set
Public Property Outcome As TestOutcome

Property Value

The outcome of the associated test run.

Attributes

Applies to