Edit

Share via


DocumentLibraryVersion.Comments Property

Definition

Returns any optional comments associated with the specified version of the shared document.

public:
 property System::String ^ Comments { System::String ^ get(); };
public string Comments { get; }
member this.Comments : string
Public ReadOnly Property Comments As String

Property Value

Remarks

A user can attach version comments through the document library user interface when checking in a document that was previously checked out.

Applies to