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.EOF

Gets a value indicating whether XmlReader is positioned at the end of the stream.

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

Property Value

true if XmlReader is positioned at the end of the stream; otherwise, false.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace