Share via


ITestController.DisplayName Property

 

Gets or sets name of the controller as it will appear in the user interface (UI).

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

Syntax

string DisplayName { get; set; }
property String^ DisplayName {
    String^ get();
    void set(String^ value);
}
abstract DisplayName : string with get, set
Property DisplayName As String

Property Value

Type: System.String

See Also

ITestController Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top