Version.Comment Property
Returns the comment associated with the specified version of a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Comment As String
Get
'Usage
Dim instance As Version
Dim value As String
value = instance.Comment
string Comment { get; }
Property Value
Type: System.String