TextExpressionCompilerError.IsWarning Property

Definition

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

public:
 property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean

Property Value

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

Applies to