1 write to FamilyName
Microsoft.Maui.Essentials (1)
Types\Contact.shared.cs (1)
47 FamilyName = familyName;
4 references to FamilyName
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> 113 return FamilyName; 114 if (string.IsNullOrWhiteSpace(FamilyName)) 117 return $"{GivenName} {FamilyName}";