Class AddressBook

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of an address book record.

C#
Copy
public static class AddressBook
Inheritance
System.Object
AddressBook

Fields

View Source

AccountId

Integer, read/write once, account ID that the address book belongs to.

Declaration
C#
Copy
public const uint AccountId = 1179649U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Id

Integer, read only, database record ID of the address book.

Declaration
C#
Copy
public const uint Id = 1183744U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Mode

Integer, read/write, AddressBook mode, refer to the ModeValue.

Declaration
C#
Copy
public const uint Mode = 1179651U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Name

String, read/write, it cannot be null. Duplicate names are not allowed.

Declaration
C#
Copy
public const uint Name = 1310722U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this contacts address book view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.addressbook"
Field Value
Type Description
System.String
API Level: 4