Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the iteration to stop the loop.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property StopLoopIteration As Boolean
public bool StopLoopIteration { get; internal set; }
public:
property bool StopLoopIteration {
bool get ();
internal: void set (bool value);
}
member StopLoopIteration : bool with get, internal set
function get StopLoopIteration () : boolean
internal function set StopLoopIteration (value : boolean)
Property Value
Type: System.Boolean
The iteration to stop the loop.
.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.