Project.Properties
A collection of Property objects. Contains the properties associated with the current project.
Syntax
Set <my_properties> = <my_project>.Properties
Parameters
<my_properties>
An object of type Properties.
<my_project>
An object of type Project.
See also