Remove

Remove(IBehaviorProperty)

Removes specified property from the collection.

public bool Remove(IBehaviorProperty item)
ParameterTypeDescription
itemIBehaviorPropertyProperty to remove.

See Also


Remove(string)

Removes specified property from the collection.

public bool Remove(string propertyValue)
ParameterTypeDescription
propertyValueStringValue of the property to remove.

See Also