Compartilhar via


Propriedade WebTest.StopOnError

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

Sintaxe

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 propriedade

Tipo: System.Boolean

Permissões

Consulte também

Referência

WebTest Classe

Membros WebTest

Namespace Microsoft.VisualStudio.TestTools.WebTesting