PhoneCallHistoryEntry.SourceId Property

Definition

Gets or sets the identifier for the source of the phone call.

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

Property Value

String

Platform::String

winrt::hstring

The identifier for the source of the phone call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to