Share via


PhoneCallHistorySourceIdKind Enum

Definition

The type of identifier that the PhoneCallHistoryEntry.SourceId refers to.

public enum class PhoneCallHistorySourceIdKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhoneCallHistorySourceIdKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhoneCallHistorySourceIdKind
var value = Windows.ApplicationModel.Calls.PhoneCallHistorySourceIdKind.cellularPhoneLineId
Public Enum PhoneCallHistorySourceIdKind
Inheritance
PhoneCallHistorySourceIdKind
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Fields

Name Value Description
CellularPhoneLineId 0

The identifier is for a cellular phone line.

PackageFamilyName 1

The identifier is for a family package.

Applies to