# C1.Schedule.AppointmentMappingCollection.AppointmentProperties

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_AppointmentMappingCollection_AppointmentProperties_" data-uid="C1.Schedule.AppointmentMappingCollection.AppointmentProperties*">AppointmentProperties Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_AppointmentMappingCollection_AppointmentProperties_" data-uid="C1.Schedule.AppointmentMappingCollection.AppointmentProperties*"></a>
<h4 id="C1_Schedule_AppointmentMappingCollection_AppointmentProperties" data-uid="C1.Schedule.AppointmentMappingCollection.AppointmentProperties">AppointmentProperties</h4>
<div class="markdown level1 summary"><p>Returns <a class="xref" href="C1.Schedule.MappingInfo.html">MappingInfo</a> object for the memory field
which is intended to store the other properties 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 other properties of
the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object 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.AppointmentProperties&quot;, &quot;Allows the other properties of the appointment to be bound to appropriate field in the data source.&quot;)]
public MappingInfo AppointmentProperties { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Mapping&quot;)&gt;
&lt;C1Description(&quot;Mapping.AppointmentProperties&quot;, &quot;Allows the other properties of the appointment to be bound to appropriate field in the data source.&quot;)&gt;
Public ReadOnly Property AppointmentProperties As MappingInfo</code></pre>
</div>
</div>
