Gets or sets the number of tests that have been completed by the virtual user that is represented by the LoadTestUserContext object since the start 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
public int CompletedTestCount { get; internal set; }
public:
property int CompletedTestCount {
int get ();
internal: void set (int value);
}
member CompletedTestCount : int with get, internal set
function get CompletedTestCount () : int
internal function set CompletedTestCount (value : int)
Property Value
Type: Int32
The number of tests that have been completed by the virtual user since the start of the load test..
.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.