[]
Gets or sets whether reminder should be set for the newly created appointments.
[C1Category("Behavior")]
[C1Description("SetReminder", "Determines whether reminder should be set for the newly created appointments.")]
public bool SetReminder { get; set; }
<C1Category("Behavior")>
<C1Description("SetReminder", "Determines whether reminder should be set for the newly created appointments.")>
Public Property SetReminder As Boolean
This property only affects initial setting. End-user will be able to change reminder settings for every individual C1.Schedule.Appointment object.