Share via


LookupSPUserProperty constructor (InArgument<Int32>, InArgument<String>)

Initializes a new instance of the LookupSPUserProperty class.

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

Syntax

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

Dim instance As New LookupSPUserProperty(principalId, _
    propertyName)
public LookupSPUserProperty(
    InArgument<int> principalId,
    InArgument<string> propertyName
)

Parameters

See also

Reference

LookupSPUserProperty class

LookupSPUserProperty members

LookupSPUserProperty overload

Microsoft.SharePoint.WorkflowServices.Activities namespace