Share via


LookupSPListItemPropertyNameInREST constructor (InArgument<Guid>, InArgument<String>)

Initializes a new instance of the LookupSPListItemPropertyNameInREST class.

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

Syntax

'Declaration
Public Sub New ( _
    listId As InArgument(Of Guid), _
    propertyName As InArgument(Of String) _
)
'Usage
Dim listId As InArgument(Of Guid)
Dim propertyName As InArgument(Of String)

Dim instance As New LookupSPListItemPropertyNameInREST(listId, _
    propertyName)
public LookupSPListItemPropertyNameInREST(
    InArgument<Guid> listId,
    InArgument<string> propertyName
)

Parameters

See also

Reference

LookupSPListItemPropertyNameInREST class

LookupSPListItemPropertyNameInREST members

LookupSPListItemPropertyNameInREST overload

Microsoft.SharePoint.WorkflowServices.Activities namespace