XmlnsPrefixAttribute public sealed class XmlnsPrefixAttribute : Attribute Documentation Code public string Prefix { get; } public string XmlNamespace { get; } public XmlnsPrefixAttribute(string xmlNamespace, string prefix)