[This is preliminary documentation and is subject to change.]

When overridden in a derived class, gets the namespace URI of the current node.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string NamespaceURI { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides ReadOnly Property NamespaceURI As String
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property String^ NamespaceURI {
	String^ get () override;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract NamespaceURI : string
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override NamespaceURI : string
JScript
override function get NamespaceURI () : String

Return Value

Not supported. Gets value from NameTable using String as key

See Also