Gets the name of a class which implements the test.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public string TestName { get; private set; } |
| Visual Basic |
|---|
Public Property TestName As String
Get
Private Set |
| Visual C++ |
|---|
public:
property String^ TestName {
String^ get ();
private: void set (String^ value);
} |
See Also