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.