ABRecordRemoveValue(_:_:_:)
Removes the value of the given property.
Declaration
func ABRecordRemoveValue(_ record: ABRecord!, _ property: ABPropertyID, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Boolfunc ABRecordRemoveValue(_ record: ABRecordRef!, _ property: CFString!) -> BoolParameters
- record:
The record whose value you wish to remove.
- property:
The property name in
recordwhose value you wish to remove. May be a pre-defined or program-defined property. SeeCommon Propertiesfor a list of properties all records have, and specific ABRecord derived opaque types for any additional properties.
Return Value
The value for property in record.The type of the returned value depends on the property type (see PropertyTypes for a list of possible property types). You are responsiblefor releasing this object.