# C1.Schedule.C1ScheduleStorage.OwnerStorage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_C1ScheduleStorage_OwnerStorage_" data-uid="C1.Schedule.C1ScheduleStorage.OwnerStorage*">OwnerStorage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_C1ScheduleStorage_OwnerStorage_" data-uid="C1.Schedule.C1ScheduleStorage.OwnerStorage*"></a>
<h4 id="C1_Schedule_C1ScheduleStorage_OwnerStorage" data-uid="C1.Schedule.C1ScheduleStorage.OwnerStorage">OwnerStorage</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.C1ScheduleStorage.ContactStorage.html#C1_Schedule_C1ScheduleStorage_ContactStorage">ContactStorage</a> object used to keep contacts which might be used as appointment owners.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;Storage.OwnerStorage&quot;, &quot;The ContactStorage object to keep appointment owners.&quot;)]
public ContactStorage OwnerStorage { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Storage.OwnerStorage&quot;, &quot;The ContactStorage object to keep appointment owners.&quot;)&gt;
Public ReadOnly Property OwnerStorage As ContactStorage</code></pre>
</div>
<h5 id="C1_Schedule_C1ScheduleStorage_OwnerStorage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><a class="xref" href="C1.Schedule.Appointment.Owner.html#C1_Schedule_Appointment_Owner">Owner</a> property only accepts <a class="xref" href="C1.Schedule.Contact.html">Contact</a> objects which are present in this storage.</p>
</div>
</div>
