Description property: Tree class
Description
This property returns the description of the tree, as a string. If you are creating a new tree, this property is required.
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
&MyTree.Description = "Departmental Security";