PhoneCallHistoryEntry.IsEmergency 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’appel est classé comme une urgence.
public:
property bool IsEmergency { bool get(); void set(bool value); };
bool IsEmergency();
void IsEmergency(bool value);
public bool IsEmergency { get; set; }
var boolean = phoneCallHistoryEntry.isEmergency;
phoneCallHistoryEntry.isEmergency = boolean;
Public Property IsEmergency As Boolean
Valeur de propriété
Boolean
bool
Indique si l’appel est un appel téléphonique d’urgence.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|