Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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