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;
true if the collection contains errors; otherwise, false.
CompilerErrorCollection Class | CompilerErrorCollection Members | System.CodeDOM.Compiler Namespace