PhoneCallHistoryEntry.SourceId 속성

정의

전화 통화 원본의 식별자를 가져오거나 설정합니다.

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

void SourceId(winrt::hstring value);
public string SourceId { get; set; }
var string = phoneCallHistoryEntry.sourceId;
phoneCallHistoryEntry.sourceId = string;
Public Property SourceId As String

속성 값

String

Platform::String

winrt::hstring

전화 통화 원본의 식별자입니다.

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상