Partager via


ChatMessage.IsIncoming Propriété

Définition

Obtient une valeur booléenne indiquant si le message est entrant ou sortant.

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

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

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si le message est entrant ou sortant. TRUE indique entrant, FALSE indique sortant.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à