remove method

remove(self, property_name)

Removes a writable metadata property by the specified name.

Returns

true if the property is found and deleted; otherwise false.


def remove(self, property_name):
    ...
Parameter Type Description
property_name System.String A metadata property name.

See Also