Partager via


ITestRun.IsAutomated, propriété

Obtient ou définit une valeur indiquant si la série de tests doit contenir des tests devant être exécutés automatiquement.

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

Syntaxe

'Déclaration
Property IsAutomated As Boolean
    Get
    Set
bool IsAutomated { get; set; }
property bool IsAutomated {
    bool get ();
    void set (bool value);
}
abstract IsAutomated : bool with get, set
function get IsAutomated () : boolean
function set IsAutomated (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la série de tests contient des tests qui doivent être exécutés automatiquement ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms