LoadTestUserContext.ScenarioName Property

The name of the load test scenario that created the virtual user that is represented by this LoadTestUserContext.

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

Syntax

'Declaration
Public ReadOnly Property ScenarioName As String
'Usage
Dim instance As LoadTestUserContext 
Dim value As String 

value = instance.ScenarioName
public string ScenarioName { get; }
public:
property String^ ScenarioName {
    String^ get ();
}
public function get ScenarioName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

LoadTestUserContext Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace