Compartilhar via


Propriedade ITestRun.IsAutomated

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

ITestRun Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client