# GrapeCity.Documents.Word.DocumentProperty

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_DocumentProperty" data-uid="GrapeCity.Documents.Word.DocumentProperty" class="text-break">DocumentProperty Class
</h1>
  <div class="markdown level0 summary"><p>Represents a document property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DocumentProperty</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_DocumentProperty_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DocumentProperty</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DocumentProperty</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DocumentProperty_LinkSource" data-uid="GrapeCity.Documents.Word.DocumentProperty.LinkSource">
          <a class="xref" href="GrapeCity.Documents.Word.DocumentProperty.LinkSource.html#GrapeCity_Documents_Word_DocumentProperty_LinkSource">LinkSource</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DocumentProperty_Name" data-uid="GrapeCity.Documents.Word.DocumentProperty.Name">
          <a class="xref" href="GrapeCity.Documents.Word.DocumentProperty.Name.html#GrapeCity_Documents_Word_DocumentProperty_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DocumentProperty_Type" data-uid="GrapeCity.Documents.Word.DocumentProperty.Type">
          <a class="xref" href="GrapeCity.Documents.Word.DocumentProperty.Type.html#GrapeCity_Documents_Word_DocumentProperty_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data type of the property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DocumentProperty_Value" data-uid="GrapeCity.Documents.Word.DocumentProperty.Value">
          <a class="xref" href="GrapeCity.Documents.Word.DocumentProperty.Value.html#GrapeCity_Documents_Word_DocumentProperty_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
