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 or sets the tone policy.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property TonePolicy As TonePolicy
Get
Set
'Usage
Dim instance As AudioVideoFlowTemplate
Dim value As TonePolicy
value = instance.TonePolicy
instance.TonePolicy = value
public TonePolicy TonePolicy { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.TonePolicy
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when assigned value is not defined in enumerated type. |