add method

add(self, name, value)

Adds custom property information.


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

See Also