ContactJobInfo.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先のジョブ情報の説明を取得または設定します。 説明の最大文字列長は 512 文字です。
public:
property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();
void Description(winrt::hstring value);
public string Description { get; set; }
var string = contactJobInfo.description;
contactJobInfo.description = string;
Public Property Description As String
プロパティ値
連絡先のジョブ情報の説明。 説明の最大文字列長は 512 文字です。
Windows の要件
アプリの機能 |
contactsSystem
|