Share via


WebTestResultLoop.NumberOfIterations Property

Gets or sets the number of iterations.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property NumberOfIterations As Integer
public int NumberOfIterations { get; internal set; }
public:
property int NumberOfIterations {
    int get ();
    internal: void set (int value);
}
member NumberOfIterations : int with get, internal set
function get NumberOfIterations () : int
internal function set NumberOfIterations (value : int)

Property Value

Type: System.Int32
The number of iterations.

.NET Framework Security

See Also

Reference

WebTestResultLoop Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace