# C1.Schedule.AppointmentMappingCollection.Start

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_AppointmentMappingCollection_Start_" data-uid="C1.Schedule.AppointmentMappingCollection.Start*">Start Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_AppointmentMappingCollection_Start_" data-uid="C1.Schedule.AppointmentMappingCollection.Start*"></a>
<h4 id="C1_Schedule_AppointmentMappingCollection_Start" data-uid="C1.Schedule.AppointmentMappingCollection.Start">Start</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.Start.html#C1_Schedule_Appointment_Start">Start</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.Start.html#C1_Schedule_Appointment_Start">Start</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.Start&quot;, &quot;Allows the Start property of the appointment to be bound to appropriate field in the data source.&quot;)]
public MappingInfo Start { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Mapping&quot;)&gt;
&lt;C1Description(&quot;Mapping.Start&quot;, &quot;Allows the Start property of the appointment to be bound to appropriate field in the data source.&quot;)&gt;
Public ReadOnly Property Start As MappingInfo</code></pre>
</div>
</div>
