ContactConnectedServiceAccount.Id プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先の接続済みサービス アカウントの識別子を取得または設定します。 識別子の最大文字列長は 321 文字です。
public:
property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();
void Id(winrt::hstring value);
public string Id { get; set; }
var string = contactConnectedServiceAccount.id;
contactConnectedServiceAccount.id = string;
Public Property Id As String
プロパティ値
連絡先の接続済みサービス アカウントの識別子。 識別子の最大文字列長は 321 文字です。
Windows の要件
アプリの機能 |
contactsSystem
|