PhoneticLastName property

String? PhoneticLastName
Gets the phonetic last name from the directory

Implementation

String? get PhoneticLastName =>
    this.PropertyBag[ContactSchema.PhoneticLastName] as String?;