PhoneCallHistoryEntry.IsCallerIdBlocked 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.
Obtient ou définit une valeur qui détermine si l’ID de l’appelant est bloqué pour cet appel téléphonique.
public:
property bool IsCallerIdBlocked { bool get(); void set(bool value); };
bool IsCallerIdBlocked();
void IsCallerIdBlocked(bool value);
public bool IsCallerIdBlocked { get; set; }
var boolean = phoneCallHistoryEntry.isCallerIdBlocked;
phoneCallHistoryEntry.isCallerIdBlocked = boolean;
Public Property IsCallerIdBlocked As Boolean
Valeur de propriété
Boolean
bool
Indique si l’ID de l’appelant est bloqué.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|