SetTaskField Class

A workflow activity used to assign values to a specified field for a task item such as AssignedTo or DueDate.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Workflow.Actions.SetTaskField

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

Syntax

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

Remarks

This class is used to set the values that will be used to create the task list item.

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

SetTaskField Members

Microsoft.Office.Workflow.Actions Namespace