Partager via


Contact.YomiFamilyName Propriété

Définition

Obtient ou définit le nom de famille Yomi (équivalent phonétique japonais) d’un contact. La longueur maximale de chaîne pour le nom de la famille Yomi est de 120 caractères.

public:
 property Platform::String ^ YomiFamilyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring YomiFamilyName();

void YomiFamilyName(winrt::hstring value);
public string YomiFamilyName { get; set; }
var string = contact.yomiFamilyName;
contact.yomiFamilyName = string;
Public Property YomiFamilyName As String

Valeur de propriété

String

Platform::String

winrt::hstring

Nom de la famille Yomi d’un contact. La longueur maximale de chaîne pour le nom de la famille Yomi est de 120 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à