FindValueActivity Class

Used to find the Windows SharePoint Services 3.0 list item where a specified value is found.

Inheritance Hierarchy

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

Namespace:  Microsoft.SharePoint.WorkflowActions
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 Namespace