1 write to GivenName
Microsoft.Maui.Essentials (1)
Types\Contact.shared.cs (1)
45
GivenName
= givenName;
4 references to GivenName
Microsoft.Maui.Essentials (4)
Types\Contact.shared.cs (4)
62
/// <remarks>If no display name is set, a display name is inferred from <see cref="
GivenName
"/> and <see cref="FamilyName"/>.</remarks>
112
if (string.IsNullOrWhiteSpace(
GivenName
))
115
return
GivenName
;
117
return $"{
GivenName
} {FamilyName}";