Share via


FindActivity.FieldName property

Gets or sets the field name in the external list.

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 FindActivity
Dim value As String

value = instance.FieldName

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

Property value

Type: System.String
The field name in the external list.

See also

Reference

FindActivity class

FindActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace