'Declaration <DescriptionAttribute("The date of the most recent change to immediate child files or folders of this folder.")> Public Property ModificationDate As System.DateTime
[Description("The date of the most recent change to immediate child files or folders of this folder.")] public System.DateTime ModificationDate { get; set; }
[Description("The date of the most recent change to immediate child files or folders of this folder.")] public: __property System.DateTime get_ModificationDate(); public: __property void set_ModificationDate(
System.DateTime value
);
[Description("The date of the most recent change to immediate child files or folders of this folder.")] public:
property System.DateTime ModificationDate { System.DateTime get(); void set(System.DateTime value); }