Share via


LoadTestUserContext.IsNewUser Property

Gets a value that indicates whether a newly created virtual user is running the current test.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsNewUser As Boolean
'Usage
Dim instance As LoadTestUserContext 
Dim value As Boolean 

value = instance.IsNewUser
public bool IsNewUser { get; }
public:
property bool IsNewUser {
    bool get ();
}
public function get IsNewUser () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

LoadTestUserContext Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace