Comment.Initial Property
Returns or sets the initials of the user associated with a specific comment.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Initial As String
Get
Set
'Usage
Dim instance As Comment
Dim value As String
value = instance.Initial
instance.Initial = value
string Initial { get; set; }
Property Value
Type: System.String