Partager via


ContactJobInfo.CompanyYomiName Propriété

Définition

Obtient ou définit le nom de l’entreprise Yomi (équivalent phonétique japonais) des informations de travail d’un contact. La longueur maximale de chaîne pour le nom Yomi de l’entreprise est de 200 caractères.

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

void CompanyYomiName(winrt::hstring value);
public string CompanyYomiName { get; set; }
var string = contactJobInfo.companyYomiName;
contactJobInfo.companyYomiName = string;
Public Property CompanyYomiName As String

Valeur de propriété

String

Platform::String

winrt::hstring

Nom de l’entreprise Yomi (équivalent phonétique japonais) des informations de travail d’un contact. La longueur maximale de chaîne pour le nom Yomi de l’entreprise est de 200 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à