Gets the name of the class which implements the test.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string TestName { get; }
Visual Basic
Public ReadOnly Property TestName As String
	Get
Visual C++
public:
property String^ TestName {
	String^ get ();
}

See Also