PhoneCallHistoryEntry.IsCallerIdBlocked Property

Definition

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

Applies to