Freigeben über


ChatConversation.IsConversationMuted Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob ChatConversation stummgeschaltet ist, oder legt diese fest.

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob chatConversation stummgeschaltet ist.

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Gilt für: