# GrapeCity.Documents.Word.DocumentProperty.LinkSource

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_DocumentProperty_LinkSource_" data-uid="GrapeCity.Documents.Word.DocumentProperty.LinkSource*">LinkSource Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_DocumentProperty_LinkSource_" data-uid="GrapeCity.Documents.Word.DocumentProperty.LinkSource*"></a>
<h4 id="GrapeCity_Documents_Word_DocumentProperty_LinkSource" data-uid="GrapeCity.Documents.Word.DocumentProperty.LinkSource">LinkSource</h4>
<div class="markdown level1 summary"><p>Specifies the name of a bookmark in the current document from which the value of this custom document property should be extracted.
If this property value is present, then any value shall be considered a cache and replaced with the value of this bookmark (if present) on save.
If the bookmark is not present, then this link shall be considered broken and the cached value shall be retained.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string LinkSource { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LinkSource As String</code></pre>
</div>
</div>
