Partager via


LoadTestContext.IsLocalRun, propriété

Obtient une valeur qui indique si le test a été exécuté localement ou à distance.

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

Syntaxe

'Déclaration
Public Property IsLocalRun As Boolean
    Get
    Friend Set
public bool IsLocalRun { get; internal set; }
public:
property bool IsLocalRun {
    bool get ();
    internal: void set (bool value);
}
member IsLocalRun : bool with get, internal set
function get IsLocalRun () : boolean
internal function set IsLocalRun (value : boolean)

Valeur de propriété

Type : System.Boolean
true si le test a été exécuté localement ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

LoadTestContext Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms