Share via


McuDialOutOptions.EntryExitAnnouncementsDisabled Property

NOTE: This API is now obsolete.

Gets or sets whether entry/exit announcements are disabled.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed from future versions.")> _
Public Property EntryExitAnnouncementsDisabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As McuDialOutOptions
Dim value As Nullable(Of Boolean)

value = instance.EntryExitAnnouncementsDisabled

instance.EntryExitAnnouncementsDisabled = value
[ObsoleteAttribute("This property will be removed from future versions.")]
public Nullable<bool> EntryExitAnnouncementsDisabled { get; set; }

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

McuDialOutOptions Class

McuDialOutOptions Members

Microsoft.Rtc.Collaboration Namespace