Share via


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

适用于