OwnerDocument Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the document that this node belongs to.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Document OwnerDocument { get; }
Visual Basic (Declaration)
Public ReadOnly Property OwnerDocument As Document
Visual C++
public:
property Document^ OwnerDocument {
	Document^ get ();
}

See Also