Partager via


LoadTestContext.ControllerName, propriété

Obtient le nom de l'ordinateur agissant comme contrôleur pour la série de tests de charge.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
Public Property ControllerName As String
public string ControllerName { get; internal set; }
public:
property String^ ControllerName {
    String^ get ();
    internal: void set (String^ value);
}
member ControllerName : string with get, internal set
function get ControllerName () : String
internal function set ControllerName (value : String)

Valeur de propriété

Type : System.String
Nom de l'ordinateur agissant comme contrôleur pour la série de tests de charge.

Sécurité .NET Framework

Voir aussi

Référence

LoadTestContext Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms