Editar

Compartir a través de


ABAddressBook.GetPerson(Int32) Method

Definition

Returns the ABPerson with the given record ID.

public AddressBook.ABPerson GetPerson (int recordId);
member this.GetPerson : int -> AddressBook.ABPerson

Parameters

recordId
Int32

A T:System.Int32 containing the record ID.

Returns

A ABPerson where Id is equal to recordId, or null if there is no such group.

Applies to