TestResult.Outcome Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public ReadOnly Property Outcome As TestOutcome
    Get
'Usage
Dim instance As TestResult
Dim value As TestOutcome

value = instance.Outcome
public TestOutcome Outcome { get; }
public:
property TestOutcome Outcome {
    TestOutcome get ();
}
function get Outcome () : TestOutcome
member Outcome : TestOutcome

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome

.NET Framework Security

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Framework Namespace