Share via


LoopConditionalRuleReference.MaxIterations Property

Gets or sets the maximum iterations for the loop.

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)

Property Value

Type: System.Int32
The maximum iterations for the loop.

.NET Framework Security

See Also

Reference

LoopConditionalRuleReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace