# C1.Schedule.Appointment.Action

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_Action_" data-uid="C1.Schedule.Appointment.Action*">Action Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_Action_" data-uid="C1.Schedule.Appointment.Action*"></a>
<h4 id="C1_Schedule_Appointment_Action" data-uid="C1.Schedule.Appointment.Action">Action</h4>
<div class="markdown level1 summary"><p>Gets an <a class="xref" href="C1.Schedule.Appointment.Action.html#C1_Schedule_Appointment_Action">Action</a> object for the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.
Once this property is first requested, a new <a class="xref" href="C1.Schedule.Appointment.Action.html#C1_Schedule_Appointment_Action">Action</a> object
is created and assigned to the <a class="xref" href="C1.Schedule.Appointment.Action.html#C1_Schedule_Appointment_Action">Action</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Action Action { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Action As Action</code></pre>
</div>
<h5 id="C1_Schedule_Appointment_Action_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Schedule.Appointment.Action.html#C1_Schedule_Appointment_Action">Action</a> object contains information regarding
the type of action to perform as well as the command
and parameters to pass to the action.
If the action object is enabled, the action will be invoked
when the start date and time of the owning <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object has occurred.</p>
</div>
</div>
