DisplayName property
String?
get
DisplayName
Implementation
String? get DisplayName {
return this.PropertyBag[ContactSchema.DisplayName] as String?;
}
set
DisplayName
(String? value)
Implementation
set DisplayName(String? value) {
this.PropertyBag[ContactSchema.DisplayName] = value;
}