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

적용 대상