PhoneCallHistoryEntry.SourceIdKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|