McuDialOutOptions.EntryExitAnnouncementsDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property will be removed from future versions.
Gets or sets whether entry/exit announcements are disabled.
public:
property Nullable<bool> EntryExitAnnouncementsDisabled { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Obsolete("This property will be removed from future versions.")]
public Nullable<bool> EntryExitAnnouncementsDisabled { get; set; }
member this.EntryExitAnnouncementsDisabled : Nullable<bool> with get, set
Public Property EntryExitAnnouncementsDisabled As Nullable(Of Boolean)
Property Value
- Attributes