ITestSettingsMachineRole.IsExecution Propriedade
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
bool IsExecution { get; set; }
property bool IsExecution {
bool get();
void set(bool value);
}
abstract IsExecution : bool with get, set
Property IsExecution As Boolean
Valor de propriedade
Type: System.Boolean
trueSe esta função máquina executa testes; Caso contrário, false.
Consulte também
Interface ITestSettingsMachineRole
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo