CompilationOptions.GeneralDiagnosticOption Property

Definition

Global warning report option

public:  property Microsoft::CodeAnalysis::ReportDiagnostic GeneralDiagnosticOption {  public:
Microsoft::CodeAnalysis::ReportDiagnostic get(); protected:
 void set(Microsoft::CodeAnalysis::ReportDiagnostic value); };
public Microsoft.CodeAnalysis.ReportDiagnostic GeneralDiagnosticOption { get; protected set; }
member this.GeneralDiagnosticOption : Microsoft.CodeAnalysis.ReportDiagnostic with get, set
Public Property GeneralDiagnosticOption As ReportDiagnostic

Property Value

Applies to