TestFinishedEventArgs.ScenarioName Property

Gets the scenario name of 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 ScenarioName As String
public string ScenarioName { get; }
public:
property String^ ScenarioName {
    String^ get ();
}
member ScenarioName : string
function get ScenarioName () : String

Property Value

Type: System.String
The scenario name of the finished test.

.NET Framework Security

See Also

Reference

TestFinishedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Scenarios