Condividi tramite


Proprietà ITestSettings.IsAutomated

Ottiene o imposta un valore che indica se il test associato è un test automatizzato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se il test associato è un test automatizzato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestSettings Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client