TestResultMessage.LongText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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