Search
Reminder.Type Property
See Also
 





Gets or sets the type of this reminder.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ReminderType Type { get; set; }

Visual Basic  Copy Code

Public Property Type As ReminderType

 Property Value

A member of the ReminderType enumeration specifying the reminder type.

 See Also