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.
LoadTestLoadProfile::ScenarioName Property
Gets or sets the name of the scenario in the load test that the load profile implementation is controlling.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
public: property String^ ScenarioName { String^ get(); internal: void set(String^ value); }
Property Value
Type: System::String^The name of the scenario in the load test that the load profile implementation is controlling.
Changes to any of the properties should all be made before you assign a profile to the LoadProfile property. For an example, see LoadTestGoalBasedLoadProfile.
Show: