CompilerSettingsGenerateWarnings Property
Gets or sets a value that instructs the compiler to be able to generate warnings.
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool GenerateWarnings { get; set; }
Public Property GenerateWarnings As Boolean
Get
Set
Dim instance As CompilerSettings
Dim value As Boolean
value = instance.GenerateWarnings
instance.GenerateWarnings = value
public:
property bool GenerateWarnings {
bool get ();
void set (bool value);
}
member GenerateWarnings : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if warnings are enabled; otherwise,
.