CompilerError.IsWarning Propriedade
Definição
Obtém ou define um valor que indica se o erro é um aviso.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
Valor da propriedade
true se o erro for um aviso; caso contrário, false.true if the error is a warning; otherwise, false.