Share via


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

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

Property Value

Type: System.String

The outcome of the test as a string.

See Also

Outcome
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top