# C1.Win.Schedule.C1Schedule.SelectedAppointments

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_SelectedAppointments_" data-uid="C1.Win.Schedule.C1Schedule.SelectedAppointments*">SelectedAppointments Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_SelectedAppointments_" data-uid="C1.Win.Schedule.C1Schedule.SelectedAppointments*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_SelectedAppointments" data-uid="C1.Win.Schedule.C1Schedule.SelectedAppointments">SelectedAppointments</h4>
<div class="markdown level1 summary"><p>Gets the <span class="xref">C1.Schedule.AppointmentList</span> object containing
the list of currently selected <span class="xref">C1.Schedule.Appointment</span> objects.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
[C1Description(&quot;SelectedAppointments&quot;, &quot;The list of currently selected appointments.&quot;)]
public AppointmentList SelectedAppointments { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
&lt;C1Description(&quot;SelectedAppointments&quot;, &quot;The list of currently selected appointments.&quot;)&gt;
Public ReadOnly Property SelectedAppointments As AppointmentList</code></pre>
</div>
</div>
