System.Xml.XmlAttribute public class XmlAttribute : XmlNode Documentation Code namespace System.Xml { public class XmlAttribute : XmlNode { public virtual XmlElement OwnerElement { get; } public virtual bool Specified { get; } } }