ApprovalTaskProcess Class

Provides the base class for all Approval tasks used by the OfficeTask.

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.ApprovalTaskProcess

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

Syntax

'Declaration
<SerializableAttribute> _
<ActivityValidatorAttribute(GetType(OfficeTaskValidator))> _
Public Class ApprovalTaskProcess _
    Inherits OfficeTask
'Usage
Dim instance As ApprovalTaskProcess
[SerializableAttribute]
[ActivityValidatorAttribute(typeof(OfficeTaskValidator))]
public class ApprovalTaskProcess : 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

ApprovalTaskProcess Members

Microsoft.Office.Workflow.Actions Namespace