Compartir a través de


IDataCollectorInformation.DisplayName (Propiedad)

Obtiene o establece el nombre para mostrar del recopilador de datos.

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
    Get
    Set
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: System.String
El nombre para mostrar del recopilador de datos.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorInformation Interfaz

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