Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RunResultAndStatistics::Outcome Property

 

Gets or sets the outcome of the associated test run.

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

public:
[VisiblePropertyAttribute]
property TestOutcome Outcome {
	TestOutcome get();
	void set(TestOutcome value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestOutcome

The outcome of the associated test run.

The localized text version of this property is visible in the user interface of Visual Studio Test Professional. For more information, see the OutcomeText property.

Return to top
Show: