Share via


FindActivity.ExternalFieldName Property

Gets or sets the ExternalFieldName of the Microsoft SharePoint Foundation 2010 list from which the value will be retrieved.

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

Syntax

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

value = instance.ExternalFieldName

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

Property Value

Type: System.String
Returns a String that represents the SharePoint Foundation 2010 field name.

See Also

Reference

FindActivity Class

FindActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace