# C1.Schedule.RecurrencePattern.RemovedOccurrences

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_RemovedOccurrences_" data-uid="C1.Schedule.RecurrencePattern.RemovedOccurrences*">RemovedOccurrences Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_RemovedOccurrences_" data-uid="C1.Schedule.RecurrencePattern.RemovedOccurrences*"></a>
<h4 id="C1_Schedule_RecurrencePattern_RemovedOccurrences" data-uid="C1.Schedule.RecurrencePattern.RemovedOccurrences">RemovedOccurrences</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.AppointmentList.html">AppointmentList</a> object which holds the list
of <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects removed from that series of appointments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AppointmentList RemovedOccurrences { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property RemovedOccurrences As AppointmentList</code></pre>
</div>
</div>
