Partilhar via


Propriedade WebTestContext.AgentName

Obtém o nome do computador agente no qual o WebTest está sendo executado.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O nome do computador do agente.

Segurança do .NET Framework

Consulte também

Referência

WebTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Outros recursos

Working with Agents