CNContact.PostalAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of CNLabeledValue<ValueType> objects containing the name of the address and the value as a CNPostalAddress object.
public virtual Contacts.CNLabeledValue<Contacts.CNPostalAddress>[] PostalAddresses { [Foundation.Export("postalAddresses", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.PostalAddresses : Contacts.CNLabeledValue<Contacts.CNPostalAddress>[]
Property Value
- Attributes