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

See Also