add method

add

Adds a property to the collection.

def add(self, name, value):
    ...
ParameterTypeDescription
namestrThe name of the property.
valuestrThe alue of the property.

See Also