次の方法で共有


ContactJobInfo.Office プロパティ

定義

連絡先のジョブ情報のオフィスを取得または設定します。 Office の最大文字列長は 40 文字です。

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

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

プロパティ値

String

Platform::String

winrt::hstring

連絡先のジョブ情報のオフィス。 Office の最大文字列長は 40 文字です。

Windows の要件

アプリの機能
contactsSystem

適用対象