Contact.YomiGivenName Property

Definition

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

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

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

Property Value

String

Platform::String

winrt::hstring

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

Windows requirements

App capabilities
contactsSystem

Applies to