Interviewer - Server > Reference > Log, project, and property objects > Properties
 
Properties
A collection of Property objects. The Properties object is a generic object, of which Project.Properties and Interview.Properties are specific instances that are of use in Sample Management scripts. You can iterate through the collection using the For Each keyword, or you can access an individual Property object by name using the Item method.
Properties
Properties.Add
Properties.CreateProperty
Properties.Item
Properties.Remove
Properties.Count
See also
Log, project, and property objects