Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.NamespaceURI Property
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : NamespaceURI Property



Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property NamespaceURI As String
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As String
 
value = instance.NamespaceURI
C# 
public override string NamespaceURI {get;}
C++/CLI 
public:
property String^ NamespaceURI override {
   String^ get();
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader