You thought that if necessary, specify only MailingAddress, thereby allowing the MailingAddressSameAsHome property to be read-only:
public bool MailingAddrressSameAsHome
{
get { return MailingAddress == null ; }
}
If so, you can check MailingAddress whenever it is.
Regards, Morten
source
share