Diagnostic.Severity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A diagnostic instance may represent an error, warning, hint, etc., and each may impose different behavior on an editor. This member indicates the diagnostic's kind.
public Microsoft.PowerFx.LanguageServerProtocol.Protocol.DiagnosticSeverity Severity { get; set; }
member this.Severity : Microsoft.PowerFx.LanguageServerProtocol.Protocol.DiagnosticSeverity with get, set
Public Property Severity As DiagnosticSeverity