PhoneCallHistoryEntry.IsEmergency 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.
Gets or sets a value that determines whether the call is classified as an emergency.
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
Property Value
Boolean
bool
Indicates whether the call is an emergency phone call.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|