WebTestResultLoopIteration.IterationNumber Property
Gets or sets the iteration number.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property IterationNumber As Integer
public int IterationNumber { get; internal set; }
public:
property int IterationNumber {
int get ();
internal: void set (int value);
}
member IterationNumber : int with get, internal set
function get IterationNumber () : int
internal function set IterationNumber (value : int)
Property Value
Type: Int32
The 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.