Gets a value indicating whether the cleanup 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 IsTeardownSuccess { get; internal set; }
Visual Basic
Public Property IsTeardownSuccess As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsTeardownSuccess {
	bool get ();
	internal: void set (bool value);
}

See Also