IsAttachment property

bool get IsAttachment
Gets a value indicating whether the item is an attachment.

Implementation

bool get IsAttachment => this._parentAttachment != null;