When overridden in a derived class, gets the state of the reader.
[Visual Basic]
Public MustOverride ReadOnly Property ReadState As ReadState
[C#]
public abstract ReadState ReadState {get;}
[C++]
public: __property virtual ReadState get_ReadState() = 0;
[JScript]
public abstract function get ReadState() : ReadState; Property Value
One of the ReadState values.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
XmlReader Class | XmlReader Members | System.Xml Namespace