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

When overridden in a derived class, gets the qualified name 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 Name { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides ReadOnly Property Name As String
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property String^ Name {
	String^ get () override;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract Name : string
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override Name : string
JScript
override function get Name () : String

Remarks

See Also