Partilhar via


Propriedade WebTest.StopOnError

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

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

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting