# GrapeCity.Documents.Word.BuildingBlock.BuiltIn

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_BuildingBlock_BuiltIn_" data-uid="GrapeCity.Documents.Word.BuildingBlock.BuiltIn*">BuiltIn Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_BuildingBlock_BuiltIn_" data-uid="GrapeCity.Documents.Word.BuildingBlock.BuiltIn*"></a>
<h4 id="GrapeCity_Documents_Word_BuildingBlock_BuiltIn" data-uid="GrapeCity.Documents.Word.BuildingBlock.BuiltIn">BuiltIn</h4>
<div class="markdown level1 summary"><p>Gets or sets that the name for the current building block is a built-in building block which should not be displayed in the user interface.
This information can be used by an application as needed, for example, to disambiguate an building block from one with the same name,
ensuring that the built-in building block can be uniquely identified by the application.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool BuiltIn { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BuiltIn As Boolean</code></pre>
</div>
</div>
