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!

XmlDocumentFragment.ParentNode

Gets the parent of this node (for nodes that can have parents).

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

Property Value

The XmlNode of this node's parent.

The value returned depends on the NodeType of the node. For XmlDocumentFragment, this property is null.

See Also

XmlDocumentFragment Class | XmlDocumentFragment Members | System.NewXml Namespace