ABPersonProperty Enum

Definition

The ABPerson properties.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonProperty
type ABPersonProperty = 
Inheritance
ABPersonProperty
Attributes

Fields

Address 0

The GetVCards(ABPerson[]) multi-value property.

Birthday 1

The Birthday property.

CreationDate 2

The CreationDate property.

Date 3

The GetDates() multi-value property.

Department 4

The Department property.

Email 5

The GetEmails() multi-value property.

FirstName 6

The FirstName property.

FirstNamePhonetic 7

The FirstNamePhonetic property.

InstantMessage 8

The M:AddressBook.ABPerson.GetInstantMessages* multi-value property.

JobTitle 9

The JobTitle property.

Kind 10

The PersonKind property.

LastName 11

The LastName property.

LastNamePhonetic 12

The LastNamePhonetic property.

MiddleName 13

The MiddleName property.

MiddleNamePhonetic 14

The MiddleNamePhonetic property.

ModificationDate 15

The ModificationDate property.

Nickname 16

The Nickname property.

Note 17

The Note property.

Organization 18

The Organization property.

Phone 19

The GetPhones() multi-value property.

Prefix 20

The Prefix property.

RelatedNames 21

The RelatedNames multi-value property.

SocialProfile 24
Suffix 22

The Suffix property.

Url 23

The GetUrls() multi-value property.

Applies to

See also