Contact.YomiFamilyName Property

Definition

Gets or sets the Yomi (phonetic Japanese equivalent) family name for a contact. The maximum string length for the Yomi family name is 120 characters.

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

Property Value

String

Platform::String

winrt::hstring

The Yomi family name for a contact. The maximum string length for the Yomi family name is 120 characters.

Windows requirements

App capabilities
contactsSystem

Applies to