AllValues property: Tree class
Description
When the tree is audited, the AllValues property specifies whether the audit should verify that the tree includes all user data detail values. This property returns a Boolean value: True, check all values, False, do not check all values.
If this is a new tree, and you do not set this property, a default value of False is automatically set.
This property can be used only with an open tree, that is, you must use the Open method on the tree before you can use this property.
This property is read/write.
Example
&MyTree.AllValues = False;