DocumentLibraryVersion.Comments Property
Returns any optional comments associated with the specified version of the shared document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Comments As String
Get
'Usage
Dim instance As DocumentLibraryVersion
Dim value As String
value = instance.Comments
string Comments { get; }
Property Value
Type: System.String
Remarks
A user can attach version comments through the document library user interface when checking in a document that was previously checked out.
See Also
Reference
DocumentLibraryVersion Interface