PhoneNumbers property

PhoneNumberDictionary PhoneNumbers
Gets an indexed list of phone numbers for the contact. For example, to set the home phone number, use the following syntax: PhoneNumbers[PhoneNumberKey.HomePhone] = "phone number"

Implementation

PhoneNumberDictionary get PhoneNumbers =>
    this.PropertyBag[ContactSchema.PhoneNumbers] as PhoneNumberDictionary;