PhoneCallHistoryEntry.IsSuppressed 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 si cette entrée est supprimée.
public:
property bool IsSuppressed { bool get(); void set(bool value); };
bool IsSuppressed();
void IsSuppressed(bool value);
public bool IsSuppressed { get; set; }
var boolean = phoneCallHistoryEntry.isSuppressed;
phoneCallHistoryEntry.isSuppressed = boolean;
Public Property IsSuppressed As Boolean
Valeur de propriété
Boolean
bool
True si l’entrée est supprimée, sinon false.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|