# C1.Schedule.Appointment.BusyStatus

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_BusyStatus_" data-uid="C1.Schedule.Appointment.BusyStatus*">BusyStatus Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_BusyStatus_" data-uid="C1.Schedule.Appointment.BusyStatus*"></a>
<h4 id="C1_Schedule_Appointment_BusyStatus" data-uid="C1.Schedule.Appointment.BusyStatus">BusyStatus</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Schedule.Status.html">Status</a> object indicating the busy status
of the user for the appointment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Status BusyStatus { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BusyStatus As Status</code></pre>
</div>
<h5 id="C1_Schedule_Appointment_BusyStatus_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property only accepts <a class="xref" href="C1.Schedule.Status.html">Status</a> objects which are present in the C1ScheduleStorage.StatusStorage storage.</p>
</div>
</div>
