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 |
| 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