Share via


WebTestResultIteration.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: System.Int32
The iteration number.

.NET Framework Security

See Also

Reference

WebTestResultIteration Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace