<div class="meta" robots="noindex">

</div>

Class

# AddressBookRecord

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. There is no replacement.

</div>

## Description

Stores information about an Address Book record and has methods for getting, setting, and removing values. This is the base class for `AddressBookContact</api/deprecated/addressbookcontact>` and `AddressBookGroup</api/deprecated/addressbookgroup>`.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                                                   | Type                             | Read-Only | Shared |
|--------------------------------------------------------|----------------------------------|-----------|--------|
| `CreationDate<addressbookrecord.creationdate>`         | `Date</api/deprecated/date>`     |           |        |
| `ModificationDate<addressbookrecord.modificationdate>` | `Date</api/deprecated/date>`     |           |        |
| `UniqueID<addressbookrecord.uniqueid>`                 | `String</api/data_types/string>` |           |        |

## Methods

<div class="rst-class">

table-centered_column_4

</div>

| Name                                         | Parameters                                                                                                                        | Returns                            | Shared |
|----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|------------------------------------|--------|
| `RemoveValue<addressbookrecord.removevalue>` | PropertyName As `String</api/data_types/string>`                                                                                  |                                    |        |
| `Value<addressbookrecord.value>`             | PropertyName As `String</api/data_types/string>`                                                                                  | `Variant</api/data_types/variant>` |        |
|                                              | PropertyName As `String</api/data_types/string>`, `Assigns</api/language/assigns>` NewValue As `Variant</api/data_types/variant>` |                                    |        |

## Property descriptions

<div id="addressbookrecord.creationdate">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

AddressBookRecord.CreationDate

**CreationDate** As `Date</api/deprecated/date>`

Returns the creation date of the record.

<div id="addressbookrecord.modificationdate">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

AddressBookRecord.ModificationDate

**ModificationDate** As `Date</api/deprecated/date>`

Returns the last modification date of the record.

<div id="addressbookrecord.uniqueid">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

AddressBookRecord.UniqueID

**UniqueID** As `String</api/data_types/string>`

Returns the unique ID corresponding to the record.

## Method descriptions

<div id="addressbookrecord.removevalue">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

AddressBookRecord.RemoveValue

**RemoveValue**(PropertyName As `String</api/data_types/string>`)

Removes the value for the specified property.

<div id="addressbookrecord.value">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

AddressBookRecord.Value

**Value**(PropertyName As `String</api/data_types/string>`) As `Variant</api/data_types/variant>`

Sets the value for the specified property as a `Variant</api/data_types/variant>`.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="rst-class">

forsearch

</div>

AddressBookRecord.Value

**Value**(PropertyName As `String</api/data_types/string>`, `Assigns</api/language/assigns>` NewValue As `Variant</api/data_types/variant>`)

Sets the value for the specified property as a `Variant</api/data_types/variant>`.

## Compatibility

All project types on all supported operating systems.

## See also

`Object</api/data_types/additional_types/object>` parent class; `AddressBook</api/deprecated/addressbook>`, `AddressBookAddress</api/deprecated/addressbookaddress>`, `AddressBookContact</api/deprecated/addressbookcontact>`, `AddressBookData</api/deprecated/addressbookdata>` classes; `System</api/os/system>` module.
