'Declaration
<BrowsableAttribute(False)> Public Property SelectedFileAttachment As PDFFileAttachment
'Usage
Dim instance As PDFFileAttachmentsView Dim value As PDFFileAttachment instance.SelectedFileAttachment = value value = instance.SelectedFileAttachment
[Browsable(false)] public PDFFileAttachment SelectedFileAttachment {get; set;}
[Browsable(false)] public: __property PDFFileAttachment* get_SelectedFileAttachment(); public: __property void set_SelectedFileAttachment( PDFFileAttachment* value );
[Browsable(false)] public: property PDFFileAttachment^ SelectedFileAttachment { PDFFileAttachment^ get(); void set ( PDFFileAttachment^ value); }