Partilhar via


FindValueActivity.FindValue Property

Gets or sets the object that contains the value that the [FindValue] method will search for.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.None)> _
Public Property FindValue As Object
    Get
    Set
'Usage
Dim instance As FindValueActivity
Dim value As Object

value = instance.FindValue

instance.FindValue = value
[ValidationOptionAttribute(ValidationOption.None)]
public Object FindValue { get; set; }

Property Value

Type: System.Object
The value to find in the Windows SharePoint Services 3.0 list.

See Also

Reference

FindValueActivity Class

FindValueActivity Members

Microsoft.SharePoint.WorkflowActions Namespace