Propriedade LoadTestContext.IsLocalRun

Obtém um valor que indica se o teste foi executado localmente ou remotamente.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se o teste foi executado localmente; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

LoadTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting