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