Gets the XmlElement node that contains this attribute.
[Visual Basic] Overridable Public ReadOnly Property OwnerElement As XmlElement [C#] public XmlElement OwnerElement {virtual get;} [C++] public: __property virtual XmlElement* get_OwnerElement(); [JScript] public function get OwnerElement() : XmlElement;
The XmlElement node that contains this attribute or null if this attribute is not part of an XmlElement.
XmlAttribute Class | XmlAttribute Members | System.NewXml Namespace