Attachments property

AttachmentCollection Attachments
Gets a list of the attachments to this item.

Implementation

AttachmentCollection get Attachments =>
    this.PropertyBag[ItemSchema.Attachments] as AttachmentCollection;