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