IsSPListItemPropertyLookupToDocsField constructor (InArgument<String>)

Initializes a new instance of the IsSPListItemPropertyLookupToDocsField class using the binding terminal that supports the flow of data into an activity.

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

Syntax

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

Dim instance As New IsSPListItemPropertyLookupToDocsField(propertyName)
public IsSPListItemPropertyLookupToDocsField(
    InArgument<string> propertyName
)

Parameters

See also

Reference

IsSPListItemPropertyLookupToDocsField class

IsSPListItemPropertyLookupToDocsField members

IsSPListItemPropertyLookupToDocsField overload

Microsoft.SharePoint.WorkflowServices.Activities namespace