ChatConversation.IsConversationMuted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|