WebTest.StopOnError, propriété

Mise à jour : novembre 2007

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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)

Valeur de propriété

Type : System.Boolean

Autorisations

Voir aussi

Référence

WebTest, classe

Membres WebTest

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms