CallControl.HasRinger Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si l’appareil de téléphonie a une sonnerie intégrée.
public:
property bool HasRinger { bool get(); };
bool HasRinger();
public bool HasRinger { get; }
var boolean = callControl.hasRinger;
Public ReadOnly Property HasRinger As Boolean
Valeur de propriété
Boolean
bool
Valeur booléennetrue si l’appareil de téléphonie a une sonnerie et False si ce n’est pas le cas.