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!

ResourceWriter.Output

This field holds a reference to the output stream to which the resources are to be written.

[Visual Basic]
Protected Output As Stream
[C#]
protected Stream Output;
[C++]
protected: Stream* Output;
[JScript]
protected var Output : Stream;

See Also

ResourceWriter Class | ResourceWriter Members | System.Resources Namespace