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!

XmlWriter.WriteState

Gets the state of the stream.

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

Property Value

One of the WriteState values.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace