HTLookupActivity.FieldName property

Gets or sets the key to be looked up.

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

value = instance.FieldName

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

Property value

Type: System.String
The key to be looked up in the hash table.

See also

Reference

HTLookupActivity class

HTLookupActivity members

Microsoft.SharePoint.WorkflowActions namespace