Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.