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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WebTest Class

WebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace