XmlDocument.NextSibling Property

Definition

Gets the next sibling of the node in the parent's child list. This property is not applicable to this class.

public:
 property IXmlNode ^ NextSibling { IXmlNode ^ get(); };
IXmlNode NextSibling();
public IXmlNode NextSibling { get; }
var iXmlNode = xmlDocument.nextSibling;
Public ReadOnly Property NextSibling As IXmlNode

Property Value

The right sibling of this node.

Implements

Applies to