Share via


LookupActivity.FieldName property

The name of the field in the Microsoft SharePoint Foundation 2010 list to search for the specified value.

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

Syntax

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

value = instance.FieldName

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

Property value

Type: System.String
Returns String.

See also

Reference

LookupActivity class

LookupActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace