ContactJobInfo.CompanyYomiName 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 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
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
|