Click or drag to resize

CompilerDiagnosticSeverity Property

Gets the severity level (0: Hidden, 1: Info, 2: Warning, 3: Error).

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DiagnosticSeverity Severity { get; }

Property Value

DiagnosticSeverity

Implements

ICompilerDiagnosticSeverity
See Also