XmlNamespaceAttribute public class XmlNamespaceAttribute : Attribute Documentation Code public bool Default { get; set; } public string NamespaceUri { get; } public string Prefix { get; } public bool Root { get; set; } public XmlNamespaceAttribute(string namespaceUri, string prefix)