Freigeben über


WebTestResultLoopIteration.StopLoopIteration-Eigenschaft

Ruft die Iteration zum Beenden der Schleife ab oder legt sie fest.

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)

Eigenschaftswert

Typ: System.Boolean
Die Iteration zum Beenden der Schleife.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResultLoopIteration Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace