LoadTestRunSettings Class

Describes the load test run settings in use for the current load test run, as defined in the Load Test Editor.

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

Syntax

'Declaration
Public Class LoadTestRunSettings
'Usage
Dim instance As LoadTestRunSettings
public class LoadTestRunSettings
public ref class LoadTestRunSettings
public class LoadTestRunSettings

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunSettings

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LoadTestRunSettings Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Run Settings

How to: Change the Run Settings

How to: Specify Run Settings