CoerceDurationUnitActivity class

A workflow activity used to change a specified DurationUnit into another, specific data type.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.CoerceActivity
        Microsoft.Office.Workflow.Actions.CoerceDurationUnitActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(CoerceActivityValidator))> _
Public Class CoerceDurationUnitActivity _
    Inherits CoerceActivity
'Usage
Dim instance As CoerceDurationUnitActivity
[ActivityValidatorAttribute(typeof(CoerceActivityValidator))]
public class CoerceDurationUnitActivity : CoerceActivity

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

CoerceDurationUnitActivity members

Microsoft.Office.Workflow.Actions namespace