Share via


SPCopyDestination.Comment property

If the copy destination requires check out, gets or sets a check-in comment for the new version.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As SPCopyDestination
Dim value As String

value = instance.Comment

instance.Comment = value
public string Comment { get; set; }

Property value

Type: System.String
A string that represents the text of the comment.

See also

Reference

SPCopyDestination class

SPCopyDestination members

Microsoft.SharePoint namespace