Udostępnij za pośrednictwem


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

See Also

Reference

TestStartingEventArgs Class

TestStartingEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace