Share via


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)

Usage

Dim documentLibraryVersion1 As DocumentLibraryVersion

Dim returnValue As String
returnValue = documentLibraryVersion1.Comments

Syntax

ReadOnly Property Comments() As String
string Comments {get;}
property String^ Comments{
    String^ get();
}
public System.String get_Comments();
function get Comments() : String;

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DocumentLibraryVersion Interface
Microsoft.Office.Core Namespace

Other Resources

DocumentLibraryVersion Members