Noemax FastInfoset.NET
NamespaceURI Property
See Also  Send Feedback
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.

Syntax

Visual Basic (Declaration) 
Public Overrides 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;}
Delphi 
public read-only property NamespaceURI: String; override; 
JScript 
public override function get NamespaceURI : String
Managed Extensions for C++ 
public: __property string* get_NamespaceURI() override;
C++/CLI 
public:
property String^ NamespaceURI {
   String^ get() override;
}

See Also