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