Gets the collection of SystemOutput lines.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<SystemOutput> OutputLines { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property OutputLines As ReadOnlyCollection(Of SystemOutput) |
| Visual C++ |
|---|
public: property ReadOnlyCollection<SystemOutput^>^ OutputLines { ReadOnlyCollection<SystemOutput^>^ get (); } |