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!

DataDocumentNavigator.HasValue

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;

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

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace