Udostępnij za pośrednictwem


Właściwość ITestSettings.IsAutomated —

Zwraca lub ustawia wartość, która wskazuje, czy skojarzony testu automatycznego testu.

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 skojarzony jest automatycznie test; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestSettings Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client