# C1.Schedule.BaseStorage-2.Mappings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_BaseStorage_2_Mappings_" data-uid="C1.Schedule.BaseStorage`2.Mappings*">Mappings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_BaseStorage_2_Mappings_" data-uid="C1.Schedule.BaseStorage`2.Mappings*"></a>
<h4 id="C1_Schedule_BaseStorage_2_Mappings" data-uid="C1.Schedule.BaseStorage`2.Mappings">Mappings</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Schedule.MappingCollectionBase-1.html">MappingCollectionBase&lt;T&gt;</a> derived object
that allows the properties of objects maintained by the current collection
to be bound to the appropriate fields 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">[Browsable(false)]
[C1Category(&quot;Data&quot;)]
[C1Description(&quot;Storage.Mappings&quot;, &quot;The collection of mappings.&quot;)]
public TMappingCollection Mappings { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;Storage.Mappings&quot;, &quot;The collection of mappings.&quot;)&gt;
Public Property Mappings As TMappingCollection</code></pre>
</div>
</div>
