ABPerson.GetProperty(ABPersonProperty) Method

Definition

Gets the specified property.

public object GetProperty (AddressBook.ABPersonProperty property);
member this.GetProperty : AddressBook.ABPersonProperty -> obj

Parameters

property
ABPersonProperty

A ABPersonProperty specifying which property to return.

Returns

A T:System.Object containing the value of the specified property.

Applies to