StoredContact.RemoteId 属性

定义

获取存储的联系人的远程标识符。

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 = storedContact.remoteId;
storedContact.remoteId = string;
Public Property RemoteId As String

属性值

String

Platform::String

winrt::hstring

联系人的远程标识符。

Windows 要求

应用功能
ID_CAP_CONTACTS [Windows Phone]

注解

使用此属性可将联系人的 ID 与基于云的远程联系人存储使用的标识符相关联。 此属性的值必须稳定,并且必须在手机上的所有应用中唯一。 如果 RemoteId 属性在手机上不唯一,则尝试保存联系人可能会失败。

适用于

另请参阅