ChatMessage.IsRead Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|