Share via


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
'Usage
Dim instance As LoadTest 
Dim value As LoadTestRunSettings 

value = instance.RunSettings

instance.RunSettings = value
public LoadTestRunSettings RunSettings { get; internal set; }
public:
property LoadTestRunSettings^ RunSettings {
    LoadTestRunSettings^ get ();
    void set (LoadTestRunSettings^ value);
}
public function get RunSettings () : LoadTestRunSettings 
public function set RunSettings (value : LoadTestRunSettings)

Property Value

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

.NET Framework Security

See Also

Reference

LoadTest Class

LoadTest Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Run Settings