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: Int32
The number of iterations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.