Class AddressBook
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of an address book record.
public static class AddressBook
- Inheritance
-
objectAddressBook
Fields
View SourceAccountId
Integer, read/write once, account ID that the address book belongs to.
Declaration
public const uint AccountId = 1179649
Field Value
Type | Description |
---|---|
uint |
Id
Integer, read only, database record ID of the address book.
Declaration
public const uint Id = 1183744
Field Value
Type | Description |
---|---|
uint |
Mode
Integer, read/write, AddressBook mode, refer to the ModeValue.
Declaration
public const uint Mode = 1179651
Field Value
Type | Description |
---|---|
uint |
Name
String, read/write, it cannot be null. Duplicate names are not allowed.
Declaration
public const uint Name = 1310722
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this contacts address book view.
Declaration
public const string Uri = "tizen.contacts_view.addressbook"
Field Value
Type | Description |
---|---|
string |