uniqueId
Returns the unique ID for a record.
Declaration
var uniqueId: String! { get }Return Value
The unique ID.
Discussion
This method is equivalent to invoking value(forProperty:), passing kABUIDProperty as the argument.
Returns the unique ID for a record.
var uniqueId: String! { get }The unique ID.
This method is equivalent to invoking value(forProperty:), passing kABUIDProperty as the argument.