'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property HiredDate As Date
[DataMember(false)] [DisplayName("")] public DateTime HiredDate {get;}
[DataMember(false)] [DisplayName("")] public: property DateTime HiredDate { DateTime get(); }