Share via


WebTestResultLoopIteration.StopLoopIteration Property

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

See Also

Reference

WebTestResultLoopIteration Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace