# C1.LiveLinq.Indexing.IndexDefinition-1.Root

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_Indexing_IndexDefinition_1_Root_" data-uid="C1.LiveLinq.Indexing.IndexDefinition`1.Root*">Root Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_Indexing_IndexDefinition_1_Root_" data-uid="C1.LiveLinq.Indexing.IndexDefinition`1.Root*"></a>
<h4 id="C1_LiveLinq_Indexing_IndexDefinition_1_Root" data-uid="C1.LiveLinq.Indexing.IndexDefinition`1.Root">Root</h4>
<div class="markdown level1 summary"><p>Gets the root index in an index/subindex hierarchy.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IndexDefinition&lt;T&gt; Root { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Root As IndexDefinition(Of T)</code></pre>
</div>
<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.LiveLinq.Indexing.IndexDefinition-1.html">IndexDefinition</a>&lt;T&gt;</td>
      <td><p>For a subindex, this is an <a class="xref" href="C1.LiveLinq.Indexing.Index-1.html">Index&lt;T&gt;</a> to which the subindex belongs (maybe indirectly,
through several levels of parent subindexes).
For an index, this is always the same object as the index itself.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
