XmlAttributeAttribute.Namespace Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the XML namespace of the XML attribute.
Assembly: System.Xml (in System.Xml.dll)
The Namespace property conforms to the http://www.w3.org specification, Namespaces in XML.
To create namespaces that are associated with prefixes, you must create an XmlSerializerNamespaces object that contains the namespaces and prefixes used in the XML document. The namespace you set for each XmlAttributeAttribute must match one of the namespaces in the XmlSerializerNamespaces object. When the XmlSerializer generates the XML code, it correctly prefixes each attribute name.