Class XmlNamespaceAttribute
Allows you to specify a XmlQualifiedName (namespace short-name) for XmlStorage to use.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class XmlNamespaceAttribute : Attribute
- Inheritance
-
XmlNamespaceAttribute
- Extension Methods
Constructors
XmlNamespaceAttribute(string, string)
Specified a XmlQualifiedName (namespace short-name) for XmlStorage to use.
public XmlNamespaceAttribute(string name, string ns)
Parameters
Properties
QualifiedName
The XmlQualifiedName.
public XmlQualifiedName QualifiedName { get; }