Gets the name of the 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 node with the prefix removed. For example, LocalName is yyy for the element <xxx:yyy>.
For XmlComment, the name is "#cdata-section".
For nodes created with a DOM Level 1 method, such as CreateElement, it is null.
XmlCDataSection Class | XmlCDataSection Members | System.NewXml Namespace