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

Gets the node immediately preceding this node.

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

Property Value

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

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace