CommentActivity class

Provides comments to a specific workflow instance.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.CommentActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(CommentActivityValidator))> _
Public Class CommentActivity _
    Inherits Activity
'Usage
Dim instance As CommentActivity
[ActivityValidatorAttribute(typeof(CommentActivityValidator))]
public class CommentActivity : Activity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CommentActivity members

Microsoft.SharePoint.WorkflowActions namespace