Birthday property
DateTime?
get
Birthday
Implementation
DateTime? get Birthday =>
this.PropertyBag[ContactSchema.Birthday] as DateTime?;
set
Birthday
(DateTime? value)
Implementation
set Birthday(DateTime? value) =>
this.PropertyBag[ContactSchema.Birthday] = value;