FindValueActivity class

Defines a workflow activity that is used to find a list item containing a specified value.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WithKey.FindValueActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(FindValueActivityValidator))> _
Public Class FindValueActivity _
    Inherits Activity _
    Implements IDynamicPropertyTypeProvider
'Usage
Dim instance As FindValueActivity
[ActivityValidatorAttribute(typeof(FindValueActivityValidator))]
public class FindValueActivity : Activity, 
    IDynamicPropertyTypeProvider

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

FindValueActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace