TestFinishedEventArgs.TestName Property

Gets the name of the finished test.

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

Syntax

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

Property Value

Type: System.String
The name of the finished test.

.NET Framework Security

See Also

Reference

TestFinishedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace