Partager via


ChatMessage.IsRead Propriété

Définition

Obtient une valeur booléenne indiquant si le message a été lu.

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

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

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si le message a été lu.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à