public AttachmentCollection Attachments { get; }
Public ReadOnly Property Attachments As AttachmentCollection
Get
public:
property AttachmentCollection^ Attachments {
AttachmentCollection^ get ();
}
member Attachments : AttachmentCollection with get