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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client