Share via


PhoneCallHistoryEntryAddress.ContactId 속성

정의

이 연락처의 고유 식별자를 가져오거나 설정합니다.

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

void ContactId(winrt::hstring value);
public string ContactId { get; set; }
var string = phoneCallHistoryEntryAddress.contactId;
phoneCallHistoryEntryAddress.contactId = string;
Public Property ContactId As String

속성 값

String

Platform::String

winrt::hstring

이 주소록 항목의 고유 식별자입니다.

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상