Sdílet prostřednictvím


FindValueActivity.FindValue Property

Gets or sets the value that the workflow should search for in the specified Microsoft SharePoint Foundation 2010 list.

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

See Also

Reference

FindValueActivity Class

FindValueActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace