StoredContact.RemoteId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取存储的联系人的远程标识符。
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
属性值
联系人的远程标识符。
Windows 要求
应用功能 |
ID_CAP_CONTACTS [Windows Phone]
|
注解
使用此属性可将联系人的 ID 与基于云的远程联系人存储使用的标识符相关联。 此属性的值必须稳定,并且必须在手机上的所有应用中唯一。 如果 RemoteId 属性在手机上不唯一,则尝试保存联系人可能会失败。