Compartir a través de


ITestController.DisplayName (Propiedad)

Obtiene o establece el nombre del controlador como aparecerá en la interfaz de usuario (IU).

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: String

Seguridad de .NET Framework

Vea también

Referencia

ITestController Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)