Search
Schedule.DisableReminders Property
See Also
 






Gets or sets a value indicating whether to completely disable reminders in the whole schedule.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DisableReminders { get; set; }

Visual Basic  Copy Code

Public Property DisableReminders As Boolean

 Property Value

true to disable reminders; false to enable them. The default is false.

 See Also