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!

CompilerErrorCollection.HasWarnings

Gets or sets whether the collection contains warnings.

[Visual Basic]
Public ReadOnly Property HasWarnings As Boolean
[C#]
public bool HasWarnings {get;}
[C++]
public: __property bool get_HasWarnings();
[JScript]
public function get HasWarnings() : Boolean;

Property Value

true if the collection contains warnings; otherwise, false.

See Also

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