Name property: Node class
Description
This property returns the name of the node (as a string.) You must set this property to a valid value if you are creating a new node.
Note:
Do not use this property to change the name of an existing node. The change will not be reflected in the database. You must use the Rename method to change the name of an existing node.
This property is read/write.
Related Topics