WebTest.StopOnError Property

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

Syntax

'Declaration
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)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace