PropertyCollection.RemoveProperty

RemoveProperty(Property)

Removes a dynamic property.

public bool RemoveProperty(Property property)
ParameterTypeDescription
propertyPropertyWhich property to remove

Return Value

true if the property is successfully removed

See Also


RemoveProperty(string)

Removes a dynamic property.

public bool RemoveProperty(string property)
ParameterTypeDescription
propertyStringWhich property to remove

Return Value

true if the property is successfully removed

See Also