PhoneCallHistoryEntry.IsMissed Property

Definition

Gets or sets whether a phone call was missed.

public:
 property bool IsMissed { bool get(); void set(bool value); };
bool IsMissed();

void IsMissed(bool value);
public bool IsMissed { get; set; }
var boolean = phoneCallHistoryEntry.isMissed;
phoneCallHistoryEntry.isMissed = boolean;
Public Property IsMissed As Boolean

Property Value

Boolean

bool

True if the phone call was missed, otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to