PhoneCallHistoryEntry.IsSeen Property

Definition

Gets or sets a whether a phone call is seen.

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

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

Property Value

Boolean

bool

True if the call is seen, otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to