[Missing <summary> documentation for "P:Ozeki.Media.MediaHandlers.Microphone.Muted"]
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; } |