CallControl.HasRinger 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.
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.