add method

add

Adds a new property to the collection.

def add(self, property_value):
    ...
ParameterTypeDescription
property_valuestrValue of the property to add.

See Also