'Declaration Public Property Sort As PdfAttachmentCollectionSort
public PdfAttachmentCollectionSort Sort { get; set; }
public: __property PdfAttachmentCollectionSort* get_Sort(); public: __property void set_Sort(
PdfAttachmentCollectionSort* value
);
public:
property PdfAttachmentCollectionSort^ Sort { PdfAttachmentCollectionSort^ get(); void set(PdfAttachmentCollectionSort^ value); }