removeValue(forProperty:)
Removes the value for a given property.
Declaration
func removeValue(forProperty property: String!) -> BoolParameters
- property:
The property whose value will be removed.
Return Value
true if the value is removed successfully; otherwise, false.
Discussion
When you next call value(forProperty:) on that property, it returns nil.
If property is nil, this method raises an exception.
For a list of the available properties, see Accessing Address Book Records in Address Book Programming Guide for Mac.