# C1.Schedule.Appointment.Reminder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_Reminder_" data-uid="C1.Schedule.Appointment.Reminder*">Reminder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_Reminder_" data-uid="C1.Schedule.Appointment.Reminder*"></a>
<h4 id="C1_Schedule_Appointment_Reminder" data-uid="C1.Schedule.Appointment.Reminder">Reminder</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object which is associated with the appointment.
To associate an appointment with the reminder, set its
<a class="xref" href="C1.Schedule.Appointment.ReminderSet.html#C1_Schedule_Appointment_ReminderSet">ReminderSet</a> property to true.
Once this property is set to true, a new <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object
is created and assigned to the <a class="xref" href="C1.Schedule.Appointment.Reminder.html#C1_Schedule_Appointment_Reminder">Reminder</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Reminder Reminder { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Reminder As Reminder</code></pre>
</div>
</div>
