TestResultMessage.LongText Property

Gets the value of the DisplayText property.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property LongText As String
[VisiblePropertyAttribute]
public virtual string LongText { get; }
[VisiblePropertyAttribute]
public:
virtual property String^ LongText {
    String^ get ();
}
[<VisiblePropertyAttribute>]
abstract LongText : string
[<VisiblePropertyAttribute>]
override LongText : string
function get LongText () : String

Property Value

Type: System.String
The value of the DisplayText property, unless it is overridden in a derived class.

Remarks

Notes to Inheritors

Use this property to return a more detailed or more descriptive message than the DisplayText property.

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace

DisplayText