# C1.Schedule.BaseObjectMappingCollection-1.CaptionMapping

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_BaseObjectMappingCollection_1_CaptionMapping_" data-uid="C1.Schedule.BaseObjectMappingCollection`1.CaptionMapping*">CaptionMapping Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_BaseObjectMappingCollection_1_CaptionMapping_" data-uid="C1.Schedule.BaseObjectMappingCollection`1.CaptionMapping*"></a>
<h4 id="C1_Schedule_BaseObjectMappingCollection_1_CaptionMapping" data-uid="C1.Schedule.BaseObjectMappingCollection`1.CaptionMapping">CaptionMapping</h4>
<div class="markdown level1 summary"><p>Returns <a class="xref" href="C1.Schedule.MappingInfo.html">MappingInfo</a> object for <a class="xref" href="C1.Schedule.BaseObject.MenuCaption.html#C1_Schedule_BaseObject_MenuCaption">MenuCaption</a>
property of the 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.BaseObject.MenuCaption.html#C1_Schedule_BaseObject_MenuCaption">MenuCaption</a>
property of the 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.MenuCaption&quot;, &quot;Allows the MenuCaption property of the object to be bound to appropriate field in the data source.&quot;)]
public MappingInfo CaptionMapping { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Mapping&quot;)&gt;
&lt;C1Description(&quot;Mapping.MenuCaption&quot;, &quot;Allows the MenuCaption property of the object to be bound to appropriate field in the data source.&quot;)&gt;
Public ReadOnly Property CaptionMapping As MappingInfo</code></pre>
</div>
</div>
