LoadTestRunSettings.Description Property

Gets a description of the run.

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

Syntax

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

Property Value

Type: String
A description of the run.

Remarks

This can be set in the Load Test Editor by highlighting a Run Setting node and pressing F4. This will display 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: Change the Run Settings