<!--
{
  "documentType" : "article",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/default-record-properties",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Default Record Properties"
}
-->

# Default Record Properties

Properties common to all types of records.

## Topics

### Constants

[`kABUIDProperty`](/documentation/AddressBook/kABUIDProperty)

The unique ID for this record. It’s guaranteed never to change, no matter how much the record changes. If you need to store a reference to a record, use this value. Type: [`kABStringProperty`](/documentation/AddressBook/kABStringProperty).

[`kABCreationDateProperty`](/documentation/AddressBook/kABCreationDateProperty)

The date when the record was first saved. Type: [`kABDateProperty`](/documentation/AddressBook/kABDateProperty).

[`kABModificationDateProperty`](/documentation/AddressBook/kABModificationDateProperty)

The date when the record was last saved. Type: [`kABDateProperty`](/documentation/AddressBook/kABDateProperty).



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)