XmlAttr.Name property
The attribute name of the Attr node.
Ver.4.2.0 added from here —>
Unicode-specific character constraints
Since the Name property is implemented by the Name property defined by the Object class, the character code is fixed to the multibyte character code (Shift-JIS in the case of Japanese environment) even if the internal character code is Unicode. increase. Therefore, if Unicode-specific characters are set in the Name property, they will not be processed correctly.
<— Up to here
This property is read-only and cannot be changed.