PhoneLineProperties Enum

Definition

Indicates a set of property flags that are part of a phone line changed trigger. Multiple properties can be set at one time.

This enumeration supports a bitwise combination of its member values.

public enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
enum class PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
public enum PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
public enum PhoneLineProperties
var value = Windows.ApplicationModel.Calls.Background.PhoneLineProperties.none
Public Enum PhoneLineProperties
Inheritance
PhoneLineProperties
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
Windows Desktop Extension SDK (introduced in 10.0.10586.0)
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (introduced in v1.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Fields

BrandingOptions 1

The branding options for the phone line.

CanDial 2

The ability to dial outgoing calls on the phone line.

CellularDetails 4

The cellular details for the phone line.

DisplayColor 8

The preferred display color for the phone line.

DisplayName 16

The user assigned friendly name of the phone line.

NetworkName 32

The name of the current network that is being used by the phone line.

NetworkState 64

The current network status of the phone line.

None 0

No property.

Transport 128

The transport (cellular or voice over IP) for the phone line.

Voicemail 256

The voice mail account associated with the phone line.

Applies to