Gets the result of the current test.
Namespace: SSIS.TestAssembly: 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); } |