DelegatingXmlReader.NamespaceURI PropertyDelegatingXmlReader.NamespaceURI PropertyDelegatingXmlReader::NamespaceURI Property

Gets the namespace URI of the node on which the reader is positioned.

Syntax

Public Overrides ReadOnly Property NamespaceURI As String
        Get
public override string NamespaceURI { get; }
public:
virtual property String^ NamespaceURI {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The namespace URI of the node on which the reader is positioned.