PhoneCallHistoryEntry.IsMissed 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 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
|