CheckInItem.Comment property
Gets or sets the comment that is applied when the item is checked in.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property Comment As InArgument(Of String)
Get
Set
'Usage
Dim instance As CheckInItem
Dim value As InArgument(Of String)
value = instance.Comment
instance.Comment = value
public InArgument<string> Comment { get; set; }
Property value
Type: System.Activities.InArgument<String>
Returns the String comment.