HasPicture property

bool? HasPicture
Gets a value indicating whether this contact has a picture associated with it.

Implementation

bool? get HasPicture => this.PropertyBag[ContactSchema.HasPicture] as bool?;