1 write to DisplayName
Microsoft.Maui.Essentials (1)
Types\Contact.shared.cs (1)
51
DisplayName
= displayName;
2 references to DisplayName
Microsoft.Maui.Essentials (2)
Types\Contact.shared.cs (2)
107
/// <returns>A string representation of this instance. The return value is the current value of <see cref="
DisplayName
"/>.</returns>
108
public override string ToString() =>
DisplayName
;