Gets an owner element of the attribute.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax Property Value
Type:
IElement
The owner element of the attribute. If the owner
does not exist, this property is
null.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IAttribute has already been disposed. |
See Also