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

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

Property Value

Type: System.String

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

See Also

ITestImplementation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top