Share via


ITestImplementation.DisplayText Property

Gets the text to display to the user in the user interface for this link.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property DisplayText As String
string DisplayText { get; }
property String^ DisplayText {
    String^ get ();
}
abstract DisplayText : string with get
function get DisplayText () : String

Property Value

Type: String
The text to display to the user in the user interface for this link.

.NET Framework Security

See Also

Reference

ITestImplementation Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace