WebTestLoop.CurrentIterationNumber Property
Gets the current iteration number.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentIterationNumber As Integer
public int CurrentIterationNumber { get; }
public:
property int CurrentIterationNumber {
int get ();
}
member CurrentIterationNumber : int with get
function get CurrentIterationNumber () : int
Property Value
Type: Int32
The current iteration number.
.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.