XmlAttribute.ParentNode Property

Definition

This property is not applicable to this class and will throw an exception.

public:
 property IXmlNode ^ ParentNode { IXmlNode ^ get(); };
IXmlNode ParentNode();
public IXmlNode ParentNode { get; }
var iXmlNode = xmlAttribute.parentNode;
Public ReadOnly Property ParentNode As IXmlNode

Property Value

The parent node.

Implements

Applies to