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!

XmlNode.Next

The node immediately following this node.

[Visual Basic]
Public ReadOnly Property Next As XmlNode
[C#]
public XmlNode Next {get;}
[C++]
public: __property XmlNode* get_Next();
[JScript]
public function get Next() : XmlNode;

Remarks

The property is null if this node has no parent or if this node is the last node in the parent's child list.

See Also

XmlNode Class | XmlNode Members | System.Xml Namespace | FirstChild | LastChild | Parent | Previous