XdmReader.NamespaceURI PropertyXdmReader.NamespaceURI PropertyXdmReader::NamespaceURI Property

Gets the namespace URI (as defined in the W3C Namespace specification) 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();
}