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