Gets the result of the test.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public UnitTestResult Result { get; private set; } |
| Visual Basic |
|---|
Public Property Result As UnitTestResult Get Private Set |
| Visual C++ |
|---|
public: property UnitTestResult^ Result { UnitTestResult^ get (); private: void set (UnitTestResult^ value); } |