Contact.RemoteId 属性

定义

获取或设置一个 ID,服务提供商可以使用该 ID 访问其远程系统中的 联系人

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

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = contact.remoteId;
contact.remoteId = string;
Public Property RemoteId As String

属性值

String

Platform::String

winrt::hstring

服务提供商可用于访问其远程系统中的 联系人 的 ID。

Windows 要求

应用功能
contactsSystem

适用于