Gets the id of the corresponding test.

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

Syntax

C#
public string TestId { get; private set; }
Visual Basic
Public Property TestId As String
	Get
	Private Set
Visual C++
public:
property String^ TestId {
	String^ get ();
	private: void set (String^ value);
}

See Also