PhoneCallHistoryEntry.IsEmergency Property

Definition

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

Applies to