# C1.Schedule.AppointmentMappingCollection.End

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_AppointmentMappingCollection_End_" data-uid="C1.Schedule.AppointmentMappingCollection.End*">End Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_AppointmentMappingCollection_End_" data-uid="C1.Schedule.AppointmentMappingCollection.End*"></a>
<h4 id="C1_Schedule_AppointmentMappingCollection_End" data-uid="C1.Schedule.AppointmentMappingCollection.End">End</h4>
<div class="markdown level1 summary"><p>Returns <a class="xref" href="C1.Schedule.MappingInfo.html">MappingInfo</a> object for the <a class="xref" href="C1.Schedule.Appointment.End.html#C1_Schedule_Appointment_End">End</a>
property of the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.
If the storage object is bound to a data source via its DataSource property,
the properties of this object allow the <a class="xref" href="C1.Schedule.Appointment.End.html#C1_Schedule_Appointment_End">End</a> property
to be bound to the appropriate field in the data source.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Mapping&quot;)]
[C1Description(&quot;Mapping.End&quot;, &quot;Allows the End property of the appointment to be bound to appropriate field in the data source.&quot;)]
public MappingInfo End { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Mapping&quot;)&gt;
&lt;C1Description(&quot;Mapping.End&quot;, &quot;Allows the End property of the appointment to be bound to appropriate field in the data source.&quot;)&gt;
Public ReadOnly Property [End] As MappingInfo</code></pre>
</div>
</div>
