method PropertiesList.Remove (Property as Variant)
Removes a property from the list.

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

The Remove method removes a property. The Remove method removes recursively the items/properties. Use Clear method if you need to clear the entire collection.