LoadTestRunSettings Class
Describes the load test run settings in use for the current load test run, as defined in the Load Test Editor.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets a description of the run. |
![]() | Name | Gets the name of the run settings in the load test. |
![]() | RunDuration | Gets the number of seconds the load test is to run, not including the WarmupTime. |
![]() | WarmupTime | Gets the number of seconds in the warm-up period. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This can be set in the Load Test Editor by highlighting a Run Setting node and pressing F4. This will display properties for the run configuration.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


