NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerError.IsWarning

Gets or sets whether the error is a warning.

[Visual Basic]
Public Property IsWarning As Boolean
[C#]
public bool IsWarning {get; set;}
[C++]
public: __property bool get_IsWarning();
public: __property void set_IsWarning(bool);
[JScript]
public function get IsWarning() : Boolean;
public function set IsWarning(Boolean);

Property Value

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

See Also

CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace