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!

XmlTextWriter.WriteState

Gets the state of the stream.

[Visual Basic]
Overridable Public ReadOnly Property WriteState As WriteState
[C#]
public WriteState WriteState {override get;}
[C++]
public: __property virtual WriteState get_WriteState();
[JScript]
public function get WriteState() : WriteState;

Property Value

One of the WriteState values.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace