LoadTestUserContext.CompletedTestCount Property
Gets or sets the number of tests that have been completed by the virtual user that is represented by the LoadTestUserContext object since the beginning of the load test.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Property CompletedTestCount As Integer
'Usage
Dim instance As LoadTestUserContext
Dim value As Integer
value = instance.CompletedTestCount
instance.CompletedTestCount = value
public int CompletedTestCount { get; internal set; }
public:
property int CompletedTestCount {
int get ();
void set (int value);
}
public function get CompletedTestCount () : int
public function set CompletedTestCount (value : int)
Property Value
Type: System.Int32
The number of tests that have been completed by the virtual user since the load test run began.
.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.