DocumentLibraryVersion.Comments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.