Developer Documentation Library > Interviewer - Server > Reference > Log, project, and property objects > Project > Project.Properties
 
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
Project