NotificationOption.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.
Caution
Modifying a NotificationOption is not supported.
public:
property Microsoft::CodeAnalysis::ReportDiagnostic Severity { Microsoft::CodeAnalysis::ReportDiagnostic get(); void set(Microsoft::CodeAnalysis::ReportDiagnostic value); };
public Microsoft.CodeAnalysis.ReportDiagnostic Severity { get; set; }
public Microsoft.CodeAnalysis.ReportDiagnostic Severity { get; [System.Obsolete("Modifying a NotificationOption is not supported.", true)] set; }
member this.Severity : Microsoft.CodeAnalysis.ReportDiagnostic with get, set
[<set: System.Obsolete("Modifying a NotificationOption is not supported.", true)>]
member this.Severity : Microsoft.CodeAnalysis.ReportDiagnostic with get, set
Public Property Severity As ReportDiagnostic
Property Value
- Attributes