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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.