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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms