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