XmlReaderNamespaceURI Property |
When overridden in a derived class, gets the namespace URI (as defined in
the W3C Namespace specification) of the node on which the reader is positioned.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract string NamespaceURI { get; }
Property Value
Type:
StringSee Also