TestFinishedEventArgs.UserContext Property

Gets the LoadTestUserContext that represents the virtual user that was running the test that finished.

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

Syntax

'Declaration
Public ReadOnly Property UserContext As LoadTestUserContext
'Usage
Dim instance As TestFinishedEventArgs 
Dim value As LoadTestUserContext 

value = instance.UserContext
public LoadTestUserContext UserContext { get; }
public:
property LoadTestUserContext^ UserContext {
    LoadTestUserContext^ get ();
}
public function get UserContext () : LoadTestUserContext

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestUserContext

.NET Framework Security

See Also

Reference

TestFinishedEventArgs Class

TestFinishedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace