PreviousSibling property: XmlNode class
Description
This property returns a reference to the previous node in the XmlNode, as an XmlNode object.
Use the IsNull property to verify that the XmlNode that is returned is valid.
This property is read-only.
Related Topics