Share via


LookupSPListItem.Properties property

Gets or sets the properties of the SharePoint item to lookup.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property Properties As InArgument(Of Collection(Of String))
    Get
    Set
'Usage
Dim instance As LookupSPListItem
Dim value As InArgument(Of Collection(Of String))

value = instance.Properties

instance.Properties = value
public InArgument<Collection<string>> Properties { get; set; }

Property value

Type: System.Activities.InArgument<Collection<String>>

See also

Reference

LookupSPListItem class

LookupSPListItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace