property PropertiesList.Property (Property as Variant) as Property
Gets a Property object given property's name or property's identifier.

TypeDescription
Property as Variant A string expression that indicates the property's name. or a long expression that indicates the property's identifier.
Property A Property object being accessed.

Use the Property property to access at runtime to the control items.  Use the Item property to access a Property by its index. Use the ID property to retrieve the property's identifier. The property's identifier is defined when adding new properties using the Add method. Use the SelectedProperty to retrieve the selected property.