Gets or sets the reminder for this task.
Namespace: MindFusion.Scheduling Assembly: PocketPlanner
Syntax
C# |
public Reminder Reminder { get; set; } |
Visual Basic |
Public Property Reminder As Reminder |
Property Value
A Reminder instance specifying when the task should be reminded of. The default is null (Nothing in Visual Basic).
See Also
|