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.