# C1.C1Preview.IndexEntry.Children

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_IndexEntry_Children_" data-uid="C1.C1Preview.IndexEntry.Children*">Children Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_IndexEntry_Children_" data-uid="C1.C1Preview.IndexEntry.Children*"></a>
<h4 id="C1_C1Preview_IndexEntry_Children" data-uid="C1.C1Preview.IndexEntry.Children">Children</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.IndexEntryCollection.html">IndexEntryCollection</a> containing the nested index entries,
i.e. sub-entries of the current index entry.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IndexEntryCollection Children { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Children As IndexEntryCollection</code></pre>
</div>
<h5 id="C1_C1Preview_IndexEntry_Children_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method always returns a non-<b>null</b> <a class="xref" href="C1.C1Preview.IndexEntryCollection.html">IndexEntryCollection</a>,
creating it if it did not exist.
To test whether an index entry already contains any sub-entries
without creating the <a class="xref" href="C1.C1Preview.IndexEntry.Children.html#C1_C1Preview_IndexEntry_Children">Children</a> collection,
use the <a class="xref" href="C1.C1Preview.IndexEntry.HasChildren.html#C1_C1Preview_IndexEntry_HasChildren">HasChildren</a> property.</p>
</div>
</div>
