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

Gets a value indicating whether the current node has child nodes.

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

Property Value

true if the current node has child nodes; otherwise, false.

Remarks

This is potentially more efficient than using the ChildCount property.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace