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
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
- 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