Gets the Element to which the attribute belongs.

[VBScript]
Public ReadOnly Property OwnerElement As Element
[JScript]
public function get OwnerElement() : Element;

Property Value

The Element that the attribute belongs to or null if this attribute is not part of an Element.

See Also

Attribute Object | Attribute Members | DOM Namespace