ChatMessage.IsRead 属性

定义

获取一个布尔值,该值指示是否已读取消息。

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

属性值

Boolean

bool

一个布尔值,指示是否已读取消息。

Windows 要求

应用功能
chat chatSystem smsSend

适用于