'Declaration <DescriptionAttribute("The date and time when the embedded file was last modified.")> Public Property ModificationDate As System.DateTime
[Description("The date and time when the embedded file was last modified.")] public System.DateTime ModificationDate { get; set; }
[Description("The date and time when the embedded file was last modified.")] public: __property System.DateTime get_ModificationDate(); public: __property void set_ModificationDate(
System.DateTime value
);
[Description("The date and time when the embedded file was last modified.")] public:
property System.DateTime ModificationDate { System.DateTime get(); void set(System.DateTime value); }