TestCaseEventArgs.TestCaseName Property

Gets or sets the name of the test case.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property TestCaseName As String
public string TestCaseName { get; private set; }
public:
property String^ TestCaseName {
    String^ get ();
    private: void set (String^ value);
}
member TestCaseName : string with get, private set
function get TestCaseName () : String
private function set TestCaseName (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

#ctor(DataCollectionContext, Int32, String, Boolean)