Share via


PhoneLineTransportDevice.InBandRingingEnabled Property

Definition

Gets the in-band ringtone enable status of the underlying transport device.

public:
 property bool InBandRingingEnabled { bool get(); };
bool InBandRingingEnabled();
public bool InBandRingingEnabled { get; }
var boolean = phoneLineTransportDevice.inBandRingingEnabled;
Public ReadOnly Property InBandRingingEnabled As Boolean

Property Value

Boolean

bool

true if the in-band ringtone is enabled; otherwise, false.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
App capabilities
phoneCall

Applies to