Share via


CallControl.HasRinger Property

Definition

Indicates whether the telephony device has a built-in ringer.

public:
 property bool HasRinger { bool get(); };
bool HasRinger();
public bool HasRinger { get; }
var boolean = callControl.hasRinger;
Public ReadOnly Property HasRinger As Boolean

Property Value

Boolean

bool

A Boolean value that is True if the telephony device has a ringer, and False if it does not.

Applies to