CommentActivity.CommentText Property

Gets or sets the text that will update the workflow comments field.

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

Syntax

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

value = instance.CommentText

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

Property Value

Type: System.String
Returns String.

See Also

Reference

CommentActivity Class

CommentActivity Members

Microsoft.SharePoint.WorkflowActions Namespace