# GrapeCity.Documents.Word.Comment.Initials

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Comment_Initials_" data-uid="GrapeCity.Documents.Word.Comment.Initials*">Initials Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Comment_Initials_" data-uid="GrapeCity.Documents.Word.Comment.Initials*"></a>
<h4 id="GrapeCity_Documents_Word_Comment_Initials" data-uid="GrapeCity.Documents.Word.Comment.Initials">Initials</h4>
<div class="markdown level1 summary"><p>Gets or sets the initials of the author of this comment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Initials { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Initials As String</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Comment_Initials_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This information can be used to format and present the associated comment, or in any user interface supported by an application.
If there is more than one author with the same initials, it might be more useful to display the author name.</p>
</div>
</div>
