Compartir a través de


LoadTestContext.AgentName (Propiedad)

Obtiene el nombre del agente actual.

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

Sintaxis

'Declaración
Public Property AgentName As String
public string AgentName { get; internal set; }
public:
property String^ AgentName {
    String^ get ();
    internal: void set (String^ value);
}
member AgentName : string with get, internal set
function get AgentName () : String
internal function set AgentName (value : String)

Valor de propiedad

Tipo: System.String
El nombre del agente actual.

Seguridad de .NET Framework

Vea también

Referencia

LoadTestContext Clase

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