# C1.Schedule.Appointment.ParentRecurrence

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_ParentRecurrence_" data-uid="C1.Schedule.Appointment.ParentRecurrence*">ParentRecurrence Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_ParentRecurrence_" data-uid="C1.Schedule.Appointment.ParentRecurrence*"></a>
<h4 id="C1_Schedule_Appointment_ParentRecurrence" data-uid="C1.Schedule.Appointment.ParentRecurrence">ParentRecurrence</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object that defines the recurrence
criteria for this <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.
If this appointment is a not member of a recurrence,
or is itself a root appointment, null is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Appointment ParentRecurrence { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property ParentRecurrence As Appointment</code></pre>
</div>
<h5 id="C1_Schedule_Appointment_ParentRecurrence_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If an appointment is recurring (see the <a class="xref" href="C1.Schedule.Appointment.IsRecurring.html#C1_Schedule_Appointment_IsRecurring">IsRecurring</a> property)
it represents an occurrence in the series that is started and defined
by a specific pattern appointment.
Use the <a class="xref" href="C1.Schedule.Appointment.ParentRecurrence.html#C1_Schedule_Appointment_ParentRecurrence">ParentRecurrence</a> property to obtain the pattern
of the current appointment. A pattern appointment can be recognized by its
<a class="xref" href="C1.Schedule.Appointment.RecurrenceState.html#C1_Schedule_Appointment_RecurrenceState">RecurrenceState</a> property set
to the <a class="xref" href="C1.Schedule.RecurrenceStateEnum.html#C1_Schedule_RecurrenceStateEnum_Master">Master</a> value.
The recurrence information defined by the pattern appointment can be accessed
via the <a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a> property of the appointment.</p>
</div>
</div>
