TestCaseEventArgs.TestCaseName Property

Definition

Gets or sets the name of the test case.

public:
 property System::String ^ TestCaseName { System::String ^ get(); };
public string TestCaseName { get; }
member this.TestCaseName : string
Public ReadOnly Property TestCaseName As String

Property Value

The name of the test case.

Applies to