ChatConversation.IsConversationMuted 属性

定义

获取或设置一个布尔值,该值指示 ChatConversation 是否已静音。

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

void IsConversationMuted(bool value);
public bool IsConversationMuted { get; set; }
var boolean = chatConversation.isConversationMuted;
chatConversation.isConversationMuted = boolean;
Public Property IsConversationMuted As Boolean

属性值

Boolean

bool

一个布尔值,指示 ChatConversation 是否已静音。

Windows 要求

应用功能
chat chatSystem smsSend

适用于