'Declaration Public Property CreatedDate As System.DateTime
public System.DateTime CreatedDate { get; set; }
public: __property System.DateTime get_CreatedDate(); public: __property void set_CreatedDate(
System.DateTime value
);
public:
property System.DateTime CreatedDate { System.DateTime get(); void set(System.DateTime value); }