PhoneCallHistoryEntry.IsSuppressed Property

Definition

Gets or sets whether this entry is suppressed.

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

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

Property Value

Boolean

bool

True if the entry is suppressed, otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to