Remove

IBehaviorPropertyCollection.Remove method

Removes specified property from the collection.

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

Return Value

True if a property removed successfully Boolean

See Also