Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM).
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property DisplayText As String
[VisiblePropertyAttribute]
public virtual string DisplayText { get; }
[VisiblePropertyAttribute]
public:
virtual property String^ DisplayText {
String^ get ();
}
[<VisiblePropertyAttribute>]
abstract DisplayText : string
[<VisiblePropertyAttribute>]
override DisplayText : string
function get DisplayText () : String
Property Value
Type: System.String
The text to display in the user interface of Visual Studio ALM.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.