Share via


TestStartingEventArgs.TestName Property

Gets the name of the test that is starting.

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

Syntax

'Declaration
Public ReadOnly Property TestName As String
'Usage
Dim instance As TestStartingEventArgs 
Dim value As String 

value = instance.TestName
public string TestName { get; }
public:
property String^ TestName {
    String^ get ();
}
public function get TestName () : String

Property Value

Type: System.String
The name of the test that is starting.

.NET Framework Security

See Also

Reference

TestStartingEventArgs Class

TestStartingEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace