Share via


MuteChangeRequestedEventArgs.Mute Property

Definition

Gets a value that indicates whether mute or unmute was requested.

public:
 property bool Mute { bool get(); };
bool Mute();
public bool Mute { get; }
var boolean = muteChangeRequestedEventArgs.mute;
Public ReadOnly Property Mute As Boolean

Property Value

Boolean

bool

True if mute was requested; otherwise false.

Applies to

See also