Gets a value that represents the result of a test.

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

Syntax

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

See Also