ContactJobInfo.CompanyYomiName Property

Definition

Gets or sets the company Yomi (phonetic Japanese equivalent) name of the job info for a contact. The maximum string length for the company Yomi name is 200 characters.

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

Property Value

String

Platform::String

winrt::hstring

The company Yomi (phonetic Japanese equivalent) name of the job info for a contact. The maximum string length for the company Yomi name is 200 characters.

Windows requirements

App capabilities
contactsSystem

Applies to