Compartir a través de


WebTest.StopOnError (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property StopOnError As Boolean
public bool StopOnError { get; set; }
public:
property bool StopOnError {
    bool get ();
    void set (bool value);
}
member StopOnError : bool with get, set
function get StopOnError () : boolean 
function set StopOnError (value : boolean)

Valor de propiedad

Tipo: Boolean

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)