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 속성이 휴대폰에서 고유하지 않은 경우 연락처 저장 시도가 실패할 수 있습니다.

적용 대상

추가 정보