CollectFeedbackTaskProcess class

Serves as a container for the tasks used by the Collect Feedback workflow.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        Microsoft.Office.Workflow.Actions.OfficeTask
          Microsoft.Office.Workflow.Actions.CollectFeedbackTaskProcess

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ActivityValidatorAttribute(GetType(OfficeTaskValidator))> _
Public Class CollectFeedbackTaskProcess _
    Inherits OfficeTask
'Usage
Dim instance As CollectFeedbackTaskProcess
[SerializableAttribute]
[ActivityValidatorAttribute(typeof(OfficeTaskValidator))]
public class CollectFeedbackTaskProcess : OfficeTask

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

CollectFeedbackTaskProcess members

Microsoft.Office.Workflow.Actions namespace