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