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)
'Usage
Dim instance As LoadTest
Dim value As IList(Of LoadTestScenario)
value = instance.Scenarios
public IList<LoadTestScenario> Scenarios { get; }
public:
property IList<LoadTestScenario^>^ Scenarios {
IList<LoadTestScenario^>^ get ();
}
public function get Scenarios () : IList<LoadTestScenario>
Property Value
Type: System.Collections.Generic.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