TestResult.OutcomeText Property

Gets the outcome of the test as a string.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public ReadOnly Property OutcomeText As String
[VisiblePropertyAttribute]
public string OutcomeText { get; }
[VisiblePropertyAttribute]
public:
property String^ OutcomeText {
    String^ get ();
}
[<VisiblePropertyAttribute>]
member OutcomeText : string with get
function get OutcomeText () : String

Property Value

Type: String
The outcome of the test as a string.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace

Outcome