BuildAssignmentsXmlActivity class

Builds an XML string containing a list of the variables representing workflow assignments from a specified workflow activity.

Inheritance hierarchy

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

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

Syntax

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

BuildAssignmentsXmlActivity members

Microsoft.Office.Workflow.Actions namespace