remove

remove(BehaviorProperty item) function

Removes specified property from the collection.

Parameters

NameTypeDescription
itemBehaviorPropertyProperty to remove.

Result

boolean


remove(String propertyValue) function

Removes specified property from the collection.

Parameters

NameTypeDescription
propertyValueStringValue of the property to remove.

Result

boolean