Partilhar via


Propriedade ITestSettingsMachineRole.IsExecution

Obtém um valor que indica se esta função máquina executa testes.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property IsExecution As Boolean
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 propriedade

Tipo: System.Boolean
true Se esta função máquina executa testes; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestSettingsMachineRole Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client