'Declaration Public Property PrintedDate As System.DateTime
public System.DateTime PrintedDate { get; set; }
public: __property System.DateTime get_PrintedDate(); public: __property void set_PrintedDate(
System.DateTime value
);
public:
property System.DateTime PrintedDate { System.DateTime get(); void set(System.DateTime value); }