ContactSource property

ContactSource? ContactSource
Gets the source of the contact.

Implementation

enumerations.ContactSource? get ContactSource =>
    this.PropertyBag[ContactSchema.ContactSource]
        as enumerations.ContactSource?;