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