Gets the system generated id of 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 Id { get; private set; }
Visual Basic
Public Property Id As String
	Get
	Private Set
Visual C++
public:
property String^ Id {
	String^ get ();
	private: void set (String^ value);
}

See Also