TestStartingEventArgs.TestIterationNumber Property
Gets a value that represents the number of tests that have run within the load test on a particular agent.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property TestIterationNumber As Integer
'Usage
Dim instance As TestStartingEventArgs
Dim value As Integer
value = instance.TestIterationNumber
public int TestIterationNumber { get; }
public:
property int TestIterationNumber {
int get ();
}
public function get TestIterationNumber () : int
Property Value
Type: System.Int32
The number of test iterations.
Remarks
Example
.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.