HTLookupActivity.LookupFunction property

Gets or sets which of the Helper class functions to call to look up the value in the hash table.

Namespace:  Microsoft.SharePoint.WorkflowActions
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 HTLookupActivity
Dim value As String

value = instance.LookupFunction

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

Property value

Type: System.String
The name of the lookup function.

See also

Reference

HTLookupActivity class

HTLookupActivity members

Microsoft.SharePoint.WorkflowActions namespace