Contact.YomiFamilyName 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) 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
The Yomi family name for a contact. The maximum string length for the Yomi family name is 120 characters.
Windows requirements
App capabilities |
contactsSystem
|