Sdílet prostřednictvím


LoadTestContext.IsLocalRun – vlastnost

Získá hodnotu, která označuje, zda byl test spustit místně nebo vzdáleně.

Obor názvů:  Microsoft.VisualStudio.TestTools.LoadTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (v Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Deklarace
Public Property IsLocalRun As Boolean
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)

Hodnota vlastnosti

Typ: Boolean
true v případě, že test byl spuštěn místně; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

LoadTestContext Třída

Microsoft.VisualStudio.TestTools.LoadTesting – obor názvů