Contact.YomiGivenName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The Yomi given name for a contact. The maximum string length for the Yomi given name is 120 characters.
Windows requirements
App capabilities |
contactsSystem
|