Sdílet prostřednictvím


FindValueActivity.ExternalListId Property

Gets or sets the Microsoft SharePoint Foundation 2010 list ID of the list where the value is to 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 FindValueActivity
Dim value As String

value = instance.ExternalListId

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

Property Value

Type: System.String
Returns String.

See Also

Reference

FindValueActivity Class

FindValueActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace