PhoneCallHistoryEntry.SourceIdKind Property

Definition

Gets or sets a value that indicates what type of identifier the SourceId is.

public:
 property PhoneCallHistorySourceIdKind SourceIdKind { PhoneCallHistorySourceIdKind get(); void set(PhoneCallHistorySourceIdKind value); };
PhoneCallHistorySourceIdKind SourceIdKind();

void SourceIdKind(PhoneCallHistorySourceIdKind value);
public PhoneCallHistorySourceIdKind SourceIdKind { get; set; }
var phoneCallHistorySourceIdKind = phoneCallHistoryEntry.sourceIdKind;
phoneCallHistoryEntry.sourceIdKind = phoneCallHistorySourceIdKind;
Public Property SourceIdKind As PhoneCallHistorySourceIdKind

Property Value

The type of identifier that the PhoneCallHistoryEntry.SourceId is.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to