CompilerError.IsWarning Property

Definition

Gets or sets a value that indicates whether the error is a warning.

public:
 property bool IsWarning { bool get(); void set(bool value); };
public bool IsWarning { get; set; }
member this.IsWarning : bool with get, set
Public Property IsWarning As Boolean

Property Value

true if the error is a warning; otherwise, false.

Applies to