Gets a value indicating whether the setup phase of a test has executed successfully.

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

Syntax

C#
public bool IsSetupSuccess { get; internal set; }
Visual Basic
Public Property IsSetupSuccess As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsSetupSuccess {
	bool get ();
	internal: void set (bool value);
}

See Also