Partager via


WebTestResultLoopIteration.StopLoopIteration, propriété

Obtient ou définit l'itération afin qu'elle arrête la boucle.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property StopLoopIteration As Boolean
    Get
    Friend Set
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)

Valeur de propriété

Type : System.Boolean
Itération permettant d'arrêter la boucle.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultLoopIteration Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms