AddressBookRecord.UniqueID
From Xojo Documentation
Property (As String )
![]() |
This property is only available on the macOS platform. For cross-platform development, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aAddressBookRecord.UniqueID = newStringValue
or
StringValue = aAddressBookRecord.UniqueID
Supported for all project types and targets.
or
StringValue = aAddressBookRecord.UniqueID
Supported for all project types and targets.
Returns the unique ID corresponding to the record.