add method

add

Adds custom property information.

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

See Also