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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ITestController Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace