LoadTest.RunSettings Property

Gets the run settings used for the current load test run.

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

Syntax

'Declaration
Public Property RunSettings As LoadTestRunSettings
public LoadTestRunSettings RunSettings { get; internal set; }
public:
property LoadTestRunSettings^ RunSettings {
    LoadTestRunSettings^ get ();
    internal: void set (LoadTestRunSettings^ value);
}
member RunSettings : LoadTestRunSettings with get, internal set
function get RunSettings () : LoadTestRunSettings
internal function set RunSettings (value : LoadTestRunSettings)

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunSettings
A LoadTestRunSettings object.

.NET Framework Security

See Also

Reference

LoadTest Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Run Settings