CoerceDoubleActivity Class

Defines a workflow activity that is used to coerce, or convert from an Object to a Double.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.CoerceActivity
        Microsoft.SharePoint.WorkflowActions.CoerceDoubleActivity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Class CoerceDoubleActivity _
    Inherits CoerceActivity
'Usage
Dim instance As CoerceDoubleActivity
public class CoerceDoubleActivity : 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

CoerceDoubleActivity Members

Microsoft.SharePoint.WorkflowActions Namespace