Name property: Tree Structure class

Description

This property returns the name of the tree structure as a string. This is also called the structure ID. Use this property to set the name (structure ID) of a tree structure. This property is required if you are creating a new tree structure.

Note:

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

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

This property is read/write.

Example

&Name = &MYTREESTRUCT.Name;