ABAddressBook.GetPeopleWithName(String) Method

Definition

Gets all ABPerson array containing all records with a matching name.

public AddressBook.ABPerson[] GetPeopleWithName (string name);
member this.GetPeopleWithName : string -> AddressBook.ABPerson[]

Parameters

name
String

A T:System.String containing the name of the person to search for.

Returns

A ABPerson array containing all records where name matches the records composite name.

Applies to