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!

XmlAttribute.OwnerElement

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;

Property Value

The XmlElement node that contains this attribute or null if this attribute is not part of an XmlElement.

See Also

XmlAttribute Class | XmlAttribute Members | System.NewXml Namespace