Attachments property

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

Implementation

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