Compartilhar via


Propriedade ITestController.DisplayName

Obtém ou define o nome do controlador como ele aparecerá na interface do usuário.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

ITestController Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client