Name property: Tree class

Description

This property returns the name of the tree, as a string.

Note:

Do not use this property to change the name of an existing tree. The change will not be reflected in the database. You must use the Rename method to change the name of an existing tree.

This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.

This property is read/write.

Example

&TreeName = &MyTree.Name;

Related Topics