Compartir a través de


ITestSettingsMachineRole.IsExecution (Propiedad)

Obtiene un valor que indica si este rol de máquina ejecuta pruebas.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property IsExecution As Boolean
    Get
    Set
bool IsExecution { get; set; }
property bool IsExecution {
    bool get ();
    void set (bool value);
}
abstract IsExecution : bool with get, set
function get IsExecution () : boolean
function set IsExecution (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true si este rol de máquina ejecuta pruebas; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestSettingsMachineRole Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)