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.

LoadTest::Scenarios Property

 

Gets a collection of scenarios within the load test.

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

public:
property IList<LoadTestScenario^>^ Scenarios {
	IList<LoadTestScenario^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<LoadTestScenario^>^

A collection of LoadTestScenario objects contained within an IList.

Return to top
Show: