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.HasErrors

Gets or sets whether the collection contains errors.

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

Property Value

true if the collection contains errors; otherwise, false.

See Also

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