Partager via


ITestSettings.IsAutomated, propriété

Obtient ou définit une valeur qui indique si le test associé est un test automatisé.

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
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 : Boolean
true si le test associé est un test automatisé ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITestSettings Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms