Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[VisiblePropertyAttribute]
property String^ LongText {
	virtual String^ get();
}

Property Value

Type: System::String^

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

Notes to Inheritors:

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

Return to top
Show: