Partilhar via


FindValueActivity.ReturnValue Property

Gets or sets the Windows SharePoint Services 3.0 list item identifier (ID) that indicates where the [FindValue] property was located.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ReturnValue As Integer
    Get
    Set
'Usage
Dim instance As FindValueActivity
Dim value As Integer

value = instance.ReturnValue

instance.ReturnValue = value
[ValidationOptionAttribute(ValidationOption.Required)]
public int ReturnValue { get; set; }

Property Value

Type: System.Int32
The ID of the list item where the stated value was found.

See Also

Reference

FindValueActivity Class

FindValueActivity Members

Microsoft.SharePoint.WorkflowActions Namespace