CollectorDataEntry.AgentDisplayName (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene el nombre para mostrar descriptivo del agente de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property AgentDisplayName As String
public string AgentDisplayName { get; }
public:
property String^ AgentDisplayName {
    String^ get ();
}
member AgentDisplayName : string with get
function get AgentDisplayName () : String

Valor de propiedad

Tipo: System.String
Nombre para mostrar descriptivo del agente de prueba.

Seguridad de .NET Framework

Vea también

Referencia

CollectorDataEntry Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)