Udostępnij za pośrednictwem


Właściwość ITestRun.IsAutomated —

Zwraca lub ustawia wartość wskazującą, czy badania zawiera testy, które powinny być wykonywane automatycznie.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

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

Wartość właściwości

Typ: System.Boolean
true Jeśli test, uruchom testy, które powinny być automatycznie wykonywane; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestRun Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client