次の方法で共有


ContactConnectedServiceAccount.Id プロパティ

定義

連絡先の接続済みサービス アカウントの識別子を取得または設定します。 識別子の最大文字列長は 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

プロパティ値

String

Platform::String

winrt::hstring

連絡先の接続済みサービス アカウントの識別子。 識別子の最大文字列長は 321 文字です。

Windows の要件

アプリの機能
contactsSystem

適用対象