Mono Class Library: System.Xml.XmlNamespaceManager Overview | Members

System.Xml.XmlNamespaceManager.DefaultNamespace Property

Gets the namespace URI for the default namespace. [Edit]

public virtual string DefaultNamespace { get; }

Value

A string containing the namespace URI for the default namespace, or string.Empty if there is no default namespace. [Edit]

Remarks

This property is read-only.

Operation
As described above.

This method is equivalent to calling XmlNamespaceManager.LookupNamespace(string) (string.Empty).

Note to Inheritors
Override this property to customize the behavior of this property in types derived from the System.Xml.XmlNamespaceManager class.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0