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)
Syntax
'Declaration
Public ReadOnly Property Scenarios As IList(Of LoadTestScenario)
public IList<LoadTestScenario> Scenarios { get; }
public:
property IList<LoadTestScenario^>^ Scenarios {
IList<LoadTestScenario^>^ get ();
}
member Scenarios : IList<LoadTestScenario> with get
function get Scenarios () : IList<LoadTestScenario>
Property Value
Type: IList<LoadTestScenario>
A collection of LoadTestScenario objects contained within an IList.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace