LookupSPListItemDoubleProperty class

Provides a workflow activity to lookup a double property contend in the specified SharePoint list item.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Double>
        Microsoft.SharePoint.WorkflowServices.Activities.LookupSPListItemDoubleProperty

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class LookupSPListItemDoubleProperty _
    Inherits Activity(Of Double)
'Usage
Dim instance As LookupSPListItemDoubleProperty
public sealed class LookupSPListItemDoubleProperty : Activity<double>

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

LookupSPListItemDoubleProperty members

Microsoft.SharePoint.WorkflowServices.Activities namespace