Share via


LoadTestRunSettings.Name Property

Gets the name of the run settings in the load test.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Property Value

Type: System.String
The name of the run settings in the load test.

Remarks

This can be set in the Load Test Editor by highlighting a Run Setting node and pressing F4. This will bring up properties for the run configuration.

.NET Framework Security

See Also

Reference

LoadTestRunSettings Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Run Settings

How to: Modify the Run Settings Properties in a Load Test Using the Load Test Editor