remove
remove(BehaviorProperty item) method
Removes specified property from the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| item | BehaviorProperty | Property to remove. |
Returns
boolean
remove(String propertyValue) method
Removes specified property from the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| propertyValue | String | Value of the property to remove. |
Returns
boolean