PhoneCallHistoryEntry.IsCallerIdBlocked 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 determining whether the caller ID is blocked for this phone call.
public:
property bool IsCallerIdBlocked { bool get(); void set(bool value); };
bool IsCallerIdBlocked();
void IsCallerIdBlocked(bool value);
public bool IsCallerIdBlocked { get; set; }
var boolean = phoneCallHistoryEntry.isCallerIdBlocked;
phoneCallHistoryEntry.isCallerIdBlocked = boolean;
Public Property IsCallerIdBlocked As Boolean
Property Value
Boolean
bool
Indicates whether the caller ID is blocked.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|