TestRunConfiguration.IsExecutedRemotely (Propiedad)

Obtiene o establece un valor booleano que indica si la ejecución de pruebas se debe ejecutar de forma remota.

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

Sintaxis

'Declaración
Public Property IsExecutedRemotely As Boolean
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si la ejecución de pruebas debe realizarse de forma remota; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

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