Gets a value indicating whether Value has a value to return.
[Visual Basic] MustOverride Public ReadOnly Property HasValue As Boolean [C#] public bool HasValue {abstract get;} [C++] public: __property virtual bool get_HasValue() = 0; [JScript] public abstract 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.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace