CompleteName property

CompleteName? CompleteName
Gets the complete name of the contact.

Implementation

complex.CompleteName? get CompleteName =>
    this.PropertyBag[ContactSchema.CompleteName] as complex.CompleteName?;