'Declaration Public Property dateOfBirth As System.DateTime
public System.DateTime dateOfBirth { get; set; }
public: __property System.DateTime get_dateOfBirth(); public: __property void set_dateOfBirth(
System.DateTime value
);
public:
property System.DateTime dateOfBirth { System.DateTime get(); void set(System.DateTime value); }