Gets a value indicating whether Value has a value to return.
[Visual Basic] Overridable Public ReadOnly Property HasValue As Boolean [C#] public bool HasValue {override get;} [C++] public: __property virtual bool get_HasValue(); [JScript] public function get HasValue() : Boolean;
true if Value has a value to return or if any more content can be returned from the partial content read methods; otherwise, false.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace