ChatConversation.IsConversationMuted Property

Definition

Gets or sets a Boolean value indicating if the ChatConversation is muted.

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

Property Value

Boolean

bool

A Boolean value indicating if the ChatConversation is muted.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to