RunResultAndStatistics.OutcomeText Property

Gets the outcome of the associated test run as localized text.

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

Syntax

'Declaration
Public ReadOnly Property OutcomeText As String
public string OutcomeText { get; }
public:
property String^ OutcomeText {
    String^ get ();
}
member OutcomeText : string
function get OutcomeText () : String

Property Value

Type: System.String
The outcome of the associated test run as localized text.

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace