Partager via


PhoneCallHistoryEntry.IsIncoming Propriété

Définition

Obtient ou définit si un appel est un appel entrant.

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

Valeur de propriété

Boolean

bool

True si l’appel était un appel entrant, sinon false.

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

S’applique à