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 or sets the name of the test that is selected.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Property TestName As String
public string TestName { get; set; }
public:
property String^ TestName {
String^ get ();
void set (String^ value);
}
member TestName : string with get, set
function get TestName () : String
function set TestName (value : String)
Property Value
Type: System.String
The name of the test that is selected.
Remarks
A Load Test Plug-in can replace the test that is selected with a different test by setting the TestName property.
.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.