Gets the namespace URN (as defined in the W3C Namespace Specification) of the current namespace scope.
[Visual Basic] MustOverride Public ReadOnly Property NamespaceURI As String [C#] public string NamespaceURI {abstract get;} [C++] public: __property virtual String* get_NamespaceURI() = 0; [JScript] public abstract function get NamespaceURI() : String;
The namespace URN of the current namespace scope.
XmlReader Class | XmlReader Members | System.NewXml Namespace