FindValueActivity.ExternalFieldName Property
Gets or sets the ExternalFieldName of the Windows SharePoint Services 3.0 list from which the value will be retrieved.
Namespace: Microsoft.SharePoint.WorkflowActions
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 FindValueActivity
Dim value As String
value = instance.ExternalFieldName
instance.ExternalFieldName = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string ExternalFieldName { get; set; }
Property Value
Type: System.String
The Windows SharePoint Services 3.0 field name.