Partager via


ITestSettingsMachineRole.IsExecution, propriété

Obtient une valeur qui indique si ce rôle d'ordinateur exécute des tests.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si ce rôle d'ordinateur exécute des tests ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestSettingsMachineRole Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms