ABPerson.SetPhones(ABMultiValue<String>) Method

Definition

Sets the ABPerson's new phone numbers.

public void SetPhones (AddressBook.ABMultiValue<string> value);
member this.SetPhones : AddressBook.ABMultiValue<string> -> unit

Parameters

value
ABMultiValue<String>

A ABMultiValue<T> containing the ABPerson's new phone numbers.

Applies to

See also