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

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

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

Property Value

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

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace