Share via


CheckInItemActivity.Comment Property

Gets or sets a string containing comments to be associated with the list item being checked in.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As CheckInItemActivity
Dim value As String

value = instance.Comment

instance.Comment = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string Comment { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

CheckInItemActivity Class

CheckInItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace