CNMutableContact.PhoneNumbers Property

Definition

An array of CNLabeledValue<ValueType> objects containing the name of the phone number and the value as a CNPhoneNumber.

public virtual Contacts.CNLabeledValue<Contacts.CNPhoneNumber>[] PhoneNumbers { [Foundation.Export("phoneNumbers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPhoneNumbers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PhoneNumbers : Contacts.CNLabeledValue<Contacts.CNPhoneNumber>[] with get, set

Property Value

Attributes

Applies to