XmlNamespaces.XmlNamespacesNamespace FieldXmlNamespaces.XmlNamespacesNamespace FieldXmlNamespaces::XmlNamespacesNamespace Field

The XML Namespaces namespace.

Syntax

Public Shared ReadOnly XmlNamespacesNamespace As String
public static readonly string XmlNamespacesNamespace
public:
static initonly String^ XmlNamespacesNamespace
 

Remarks

The prefix xmlns is always bound to this namespace, and no other prefix can be bound to this namespace.

It is impossible to construct an element or attribute in this namespace, although this is the namespace of namespace nodes in a DOM representation.