Compartir a través de


WebTestContext.AgentId (Propiedad)

Obtiene el índice de base cero para el agente activo.

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

Sintaxis

'Declaración
Public ReadOnly Property AgentId As Integer
public int AgentId { get; }
public:
property int AgentId {
    int get ();
}
member AgentId : int with get
function get AgentId () : int

Valor de propiedad

Tipo: System.Int32
El valor de índice del agente activo.

Seguridad de .NET Framework

Vea también

Referencia

WebTestContext Clase

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

Otros recursos

Working with Agents