Gets or sets the reminder for this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Reminder Reminder { get; set; } |
Visual Basic Copy Code |
---|
Public Property Reminder As Reminder |
A Reminder instance specifying when the task should be reminded of. The default is null (Nothing in Visual Basic).
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |