CollectorDataEntry.AgentName (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 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 AgentName As String
public string AgentName { get; }
public:
property String^ AgentName {
    String^ get ();
}
member AgentName : string with get
function get AgentName () : String

Valor de propiedad

Tipo: System.String
Nombre del agente de prueba.

Seguridad de .NET Framework

Vea también

Referencia

CollectorDataEntry Clase

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