Gets or sets the compiler output messages.
[Visual Basic] Public ReadOnly Property Output As StringCollection [C#] public StringCollection Output {get;} [C++] public: __property StringCollection* get_Output(); [JScript] public function get Output() : StringCollection;
A System.StringCollection that contains the output messages.
CompilerResults Class | CompilerResults Members | System.CodeDOM.Compiler Namespace