System.Xml.XmlEntity public class XmlEntity : XmlNode Documentation Code namespace System.Xml { public class XmlEntity : XmlNode { public string NotationName { get; } public string PublicId { get; } public string SystemId { get; } } }