Gets the name of the current node without the namespace prefix.
[Visual Basic] Overridable Public ReadOnly Property LocalName As String [C#] public string LocalName {override get;} [C++] public: __property virtual String* get_LocalName(); [JScript] public function get LocalName() : String;
The name of the current node with the prefix removed. For example, LocalName is yyy for the element <xxx:yyy>.
For XmlProcessingInstruction, the name is the target of the processing instruction.
XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace