'Declaration Public Property cardRevisionDate As System.DateTime
public System.DateTime cardRevisionDate { get; set; }
public: __property System.DateTime get_cardRevisionDate(); public: __property void set_cardRevisionDate(
System.DateTime value
);
public:
property System.DateTime cardRevisionDate { System.DateTime get(); void set(System.DateTime value); }