# C1.Schedule.StatusCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_StatusCollection_Item_" data-uid="C1.Schedule.StatusCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_StatusCollection_Item_" data-uid="C1.Schedule.StatusCollection.Item*"></a>
<h4 id="C1_Schedule_StatusCollection_Item_C1_Schedule_StatusTypeEnum_" data-uid="C1.Schedule.StatusCollection.Item(C1.Schedule.StatusTypeEnum)">this[StatusTypeEnum]</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Status.html">Status</a> object specified by the appointment status type.
For custom statuses returns the first occurrence.
If there is no such <a class="xref" href="C1.Schedule.Status.html">Status</a> object in the collection, returns null.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Status this[StatusTypeEnum type] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(type As StatusTypeEnum) As Status</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Schedule.StatusTypeEnum.html">StatusTypeEnum</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The <a class="xref" href="C1.Schedule.StatusTypeEnum.html">StatusTypeEnum</a> value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Schedule.Status.html">Status</a></td>
      <td><p>The <a class="xref" href="C1.Schedule.Status.html">Status</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
