add method

add(self, name, value)

Adds custom property information.


def add(self, name, value):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the custom property.
valueSystem.StringThe value of the custom property.

See Also