ABPerson.SetRelatedNames(ABMultiValue<String>) Method

Definition

Sets the ABPerson's new related names.

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

Parameters

value
ABMultiValue<String>

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

Applies to

See also