Share via


XmlReader.NamespaceURI Property

Gets the namespace Uniform Resource Name (URN), as defined in the W3C Namespace Specification, of the current namespace scope.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual abstract string NamespaceURI { get; }

Property Value

The namespace URN, as defined in the W3C Namespace Specification, of the current namespace scope.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace