Click or drag to resize

CompilerDiagnosticSeverityText Property

Gets the severity text, e.g. Hidden, Info, Warning, Error.

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

Property Value

String

Implements

ICompilerDiagnosticSeverityText
See Also