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

    Fields

    View Source

    AccountId

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

    Declaration
    public const uint AccountId
    Field Value
    Type Description
    uint
    View Source

    Id

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

    Declaration
    public const uint Id
    Field Value
    Type Description
    uint
    View Source

    Mode

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

    Declaration
    public const uint Mode
    Field Value
    Type Description
    uint
    View Source

    Name

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

    Declaration
    public const uint Name
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts address book view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX