Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether tone is enabled.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ToneEnabled As Boolean
Get
'Usage
Dim instance As AudioVideoFlow
Dim value As Boolean
value = instance.ToneEnabled
public bool ToneEnabled { get; }
Property Value
Type: System.Boolean