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
<my_properties>.Add <my_property>
Parameters
<my_properties>
An object of type Properties.
<my_property>
An object of type Property to be added to the <my_properties> collection.
See also