Partager via


WebTestContext.ControllerName, propriété

Obtient le nom de l'ordinateur contrôleur de test.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Nom de l'ordinateur contrôleur de test.

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

Working with Agents