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!

XmlTextReader.ReadState

Gets the read state of the stream.

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

Property Value

One of the ReadState values.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace