Delen via


LookupActivity.LookupFunction Property

Gets or sets the function indicating the type of data to retrieve in the lookup.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property LookupFunction As String
    Get
    Set
'Usage
Dim instance As LookupActivity
Dim value As String

value = instance.LookupFunction

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

Property Value

Type: System.String
Returns String.

See Also

Reference

LookupActivity Class

LookupActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace