[Missing <summary> documentation for "P:Ozeki.Media.MediaHandlers.Microphone.Muted"]

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public bool Muted { get; set; }
Visual Basic
Public Property Muted As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Muted {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean

See Also