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!

XmlNavigator.HasValue

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;

Property Value

true if Value has a value to return or if any more content can be returned from the partial content read methods; otherwise, false.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace