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

Gets the node immediately following this node.

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

Property Value

The next XmlNode. If there is no next node, a null reference (in Visual Basic Nothing) is returned.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace