DelegatingXmlDictionaryReader.NamespaceURI Property

Definition

Gets the namespace URI of the current node.

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

Property Value

The namespace URI of the current node.

Applies to