Freigeben über


LoopConditionalRuleReference.MaxIterations-Eigenschaft

Ruft die maximale Anzahl von Iterationen für diese 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 MaxIterations As Integer
public int MaxIterations { get; set; }
public:
property int MaxIterations {
    int get ();
    void set (int value);
}
member MaxIterations : int with get, set
function get MaxIterations () : int
function set MaxIterations (value : int)

Eigenschaftswert

Typ: System.Int32
Die maximale Anzahl von Iterationen für die Schleife.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoopConditionalRuleReference Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace