remove_property method

remove_property(self, 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(self, property)

Remove the specified property identified by name

Returns

true if the property is successfully removed


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

See Also