Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a workflow activity that is used to coerce specified workflow data types into other types.
Inheritance Hierarchy
System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.CoerceActivity
        Microsoft.SharePoint.WorkflowActions.CoerceBooleanActivity
        Microsoft.SharePoint.WorkflowActions.CoerceDateTimeActivity
        Microsoft.SharePoint.WorkflowActions.CoerceDoubleActivity
        Microsoft.SharePoint.WorkflowActions.CoerceIntActivity
        Microsoft.SharePoint.WorkflowActions.CoerceSPItemKeyActivity
        Microsoft.SharePoint.WorkflowActions.CoerceStringActivity
Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public MustInherit Class CoerceActivity _
    Inherits Activity
'Usage
Dim instance As CoerceActivity
public abstract class CoerceActivity : 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.