remove_property method

remove_property

Removes a dynamic property.

Returns

true if the property is successfully removed

def remove_property(self, property):
    ...
ParameterTypeDescription
propertyPropertyWhich property to remove

remove_property

Remove the specified property identified by name

Returns

def remove_property(self, property):
    ...
ParameterTypeDescription
propertystr

See Also