'Declaration
<BrowsableAttribute(False)> Public ReadOnly Property FileAttachmentViews As PDFFileAttachmentsViewCollection
'Usage
Dim instance As PDFDocument Dim value As PDFFileAttachmentsViewCollection value = instance.FileAttachmentViews
[Browsable(false)] public PDFFileAttachmentsViewCollection FileAttachmentViews {get;}
[Browsable(false)] public: __property PDFFileAttachmentsViewCollection* get_FileAttachmentViews();
[Browsable(false)] public: property PDFFileAttachmentsViewCollection^ FileAttachmentViews { PDFFileAttachmentsViewCollection^ get(); }