Gets the OutputSeverityLevel setting.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public OutputSeverityLevel SeverityLevel { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SeverityLevel As OutputSeverityLevel |
| Visual C++ |
|---|
public: property OutputSeverityLevel SeverityLevel { OutputSeverityLevel get (); } |