NotificationOption.Value 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
Use Severity instead.
public:
property Microsoft::CodeAnalysis::DiagnosticSeverity Value { Microsoft::CodeAnalysis::DiagnosticSeverity get(); void set(Microsoft::CodeAnalysis::DiagnosticSeverity value); };
[System.Obsolete("Use Severity instead.")]
public Microsoft.CodeAnalysis.DiagnosticSeverity Value { get; set; }
[<System.Obsolete("Use Severity instead.")>]
member this.Value : Microsoft.CodeAnalysis.DiagnosticSeverity with get, set
Public Property Value As DiagnosticSeverity
Property Value
- Attributes