true if the error is a warning; otherwise, false.
Namespace:
Devesprit.Scripter.Compiler
Assembly:
Devesprit Scripter (in Devesprit Scripter.dll)
public bool IsWarning { get; set; }
Public Property IsWarning As Boolean
Get
Set
public:
property bool^ IsWarning {
bool^ get ();
void set (bool^ value);
}
Field Value
true if this instance is warning; otherwise,
false.
Devesprit.Scripter.Compiler Namespace