Udostępnij za pośrednictwem


Właściwość ITestSettings.IsAutomated —

Pobiera lub ustawia wartość wskazującą, czy test skojarzony jest zautomatyzowany test.

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: Boolean
true Jeżeli wynik badania skojarzony jest zautomatyzowany test; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestSettings Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client