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

The node immediately preceding this node.

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

Remarks

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

See Also

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