ABPerson.SetUrls(ABMultiValue<String>) Method

Definition

Sets the ABPerson's new URLs.

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

Parameters

value
ABMultiValue<String>

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

Applies to

See also