ContactJobInfo.CompanyAddress プロパティ

定義

連絡先のジョブ情報の会社の住所を取得または設定します。 会社の住所の最大文字列長は 1024 文字です。

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

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

プロパティ値

String

Platform::String

winrt::hstring

連絡先のジョブ情報の会社の住所。 会社の住所の最大文字列長は 1024 文字です。

Windows の要件

アプリの機能
contactsSystem

適用対象