WebTest.StopOnError (Propiedad)

Actualización: noviembre 2007

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

Sintaxis

Public Property StopOnError As Boolean

Dim instance As WebTest
Dim value As Boolean

value = instance.StopOnError

instance.StopOnError = value
public bool StopOnError { get; set; }
public:
property bool StopOnError {
    bool get ();
    void set (bool value);
}
public function get StopOnError () : boolean
public function set StopOnError (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Permisos

Vea también

Referencia

WebTest (Clase)

WebTest (Miembros)

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