Compartir a través de


ITestSettings.IsAutomated (Propiedad)

Obtiene o establece un valor que indica si la prueba asociada es una prueba automatizada.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property IsAutomated As Boolean
    Get
    Set
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 propiedad

Tipo: System.Boolean
Es true si la prueba asociada es una prueba automatizada; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

ITestSettings Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)