Gets the results of all test actions.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public ReadOnlyCollection<LiveTestResult> Results { get; } |
Visual Basic |
---|
Public ReadOnly Property Results As ReadOnlyCollection(Of LiveTestResult) Get |
Visual C++ |
---|
public: property ReadOnlyCollection<LiveTestResult^>^ Results { ReadOnlyCollection<LiveTestResult^>^ get (); } |