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!

XmlDocument.OwnerDocument

Gets the XmlDocument that contains this node.

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

Property Value

An XmlDocument.

For XmlDocument (NodeType equals XmlNodeType.Document), this property is null.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace