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!

CompilerResults.Output

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;

Property Value

A System.StringCollection that contains the output messages.

See Also

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