LoadTestContext.IsLocalRun (Propiedad)

Obtiene un valor que indica si la prueba se ejecutó localmente o remotamente.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (en Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si la prueba se ejecutó localmente; en caso contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

LoadTestContext Clase

Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)