Gets or sets a value indicating whether to completely disable reminders in the whole schedule.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool DisableReminders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisableReminders As Boolean |
true to disable reminders; false to enable them. The default is false.
See Also