TestResultMessage.LongText Property

Definition

Gets the value of the DisplayText property.

public:
 virtual property System::String ^ LongText { System::String ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public virtual string LongText { get; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.LongText : string
Public Overridable ReadOnly Property LongText As String

Property Value

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

Attributes

Applies to