DelegatingXmlReader.BaseURI PropertyDelegatingXmlReader.BaseURI PropertyDelegatingXmlReader::BaseURI Property

Gets the base URI of the current node.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The base URI of the current node.