# C1.Win.Schedule.C1ScheduleSettings.SetReminder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1ScheduleSettings_SetReminder_" data-uid="C1.Win.Schedule.C1ScheduleSettings.SetReminder*">SetReminder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1ScheduleSettings_SetReminder_" data-uid="C1.Win.Schedule.C1ScheduleSettings.SetReminder*"></a>
<h4 id="C1_Win_Schedule_C1ScheduleSettings_SetReminder" data-uid="C1.Win.Schedule.C1ScheduleSettings.SetReminder">SetReminder</h4>
<div class="markdown level1 summary"><p>Gets or sets whether reminder should be set for the newly created appointments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;SetReminder&quot;, &quot;Determines whether reminder should be set for the newly created appointments.&quot;)]
public bool SetReminder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;SetReminder&quot;, &quot;Determines whether reminder should be set for the newly created appointments.&quot;)&gt;
Public Property SetReminder As Boolean</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1ScheduleSettings_SetReminder_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property only affects initial setting. End-user will be able to change reminder settings
for every individual <span class="xref">C1.Schedule.Appointment</span> object.</p>
</div>
</div>
