Developer Documentation Library > Interviewer - Server > Reference > Log, project, and property objects > Properties > Properties.Add
 
Properties.Add
Adds a Property object to the collection. The property persists, which means that it is not lost when the collection is read, updated, and written by other programs.
Syntax
myProperties.Add myProperty
Parameters
myProperties
An object of type Properties.
myProperty
An object of type Property to be added to the myProperties collection.
See also
Properties