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!

Compiler.Source

[To be supplied.]

[Visual Basic]
MustOverride Public ReadOnly Property Source As TextWriter
[C#]
public TextWriter Source {abstract get;}
[C++]
public: __property virtual TextWriter* get_Source() = 0;
[JScript]
public abstract function get Source() : TextWriter;

See Also

Compiler Class | Compiler Members | System.Xml.Serialization.Code Namespace