Sdílet prostřednictvím


FindActivity.ExternalListId Property

Gets or sets the ExternalListId from which the field and 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 ExternalListId As String
    Get
    Set
'Usage
Dim instance As FindActivity
Dim value As String

value = instance.ExternalListId

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

Property Value

Type: System.String
Returns a String object representing the list identifier (ID).

See Also

Reference

FindActivity Class

FindActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace