'Declaration Public Property ModifiedDate As System.DateTime
public System.DateTime ModifiedDate { get; set; }
public: __property System.DateTime get_ModifiedDate(); public: __property void set_ModifiedDate(
System.DateTime value
);
public:
property System.DateTime ModifiedDate { System.DateTime get(); void set(System.DateTime value); }