Gets or sets the Boolean value indicating whether a reminder is associated with the appointment. Once this property is set to true, a new Reminder object is created and assigned to the Reminder property.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ReminderSet { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property ReminderSet As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also