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 : object
Inheritance
AddressBook

Fields

View Source

AccountId

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

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

Id

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

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

Mode

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

Declaration
C#
Copy
public const uint Mode = null
Field Value
Type Description
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 = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this contacts address book view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4