Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestStartingEventArgs::ScenarioName Property

 

Gets the scenario name that contains the test that is starting.

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

public:
property String^ ScenarioName {
	String^ get();
}

Property Value

Type: System::String^

A scenario name.

Return to top
Show: