'Declaration
<DataMemberAttribute()> Public ReadOnly Property Attachments As List(Of INotificationAttachment)
[DataMember()] public List<INotificationAttachment> Attachments {get;}
[DataMember()] public: property List<INotificationAttachment^>^ Attachments { List<INotificationAttachment^>^ get(); }