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!

XmlReader.ReadState

Returns the read state of the stream.

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

Property Value

One of the ReadState values.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace