Partager via


WebTestContext.AgentName, propriété

Obtient le nom de l'ordinateur agent sur lequel WebTest s'exécute.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AgentName As String
    Get
public string AgentName { get; }
public:
property String^ AgentName {
    String^ get ();
}
member AgentName : string
function get AgentName () : String

Valeur de propriété

Type : System.String
Nom de l'ordinateur agent.

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

Controllers, Agents, and Rigs (original Ori)