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

The parent element of this node.

[Visual Basic]
Public ReadOnly Property Parent As XmlContainer
[C#]
public XmlContainer Parent {get;}
[C++]
public: __property XmlContainer* get_Parent();
[JScript]
public function get Parent() : XmlContainer;

Remarks

This property is null if this node has no parent.

See Also

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