PhoneCallHistoryEntry.IsIncoming Property

Definition

Gets or sets whether a call is an incoming call.

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

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

Property Value

Boolean

bool

True if the call was an incoming call, otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to