Share via


SPFileSaveBinaryParameters.CheckInComment property

Gets or sets a comment about the checked-in file.

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

Syntax

'Declaration
Public Property CheckInComment As String
    Get
    Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As String

value = instance.CheckInComment

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

Property value

Type: System.String
A string that contains the check-in comment, or an empty string if there is no check-in comment.

See also

Reference

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace

CheckInComment