Share via


LookupSPPrincipalId.AddToUserInfoList property

Gets or sets whether or not add the specified [UserName] to the SharePoint principal user information list.

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

Syntax

'Declaration
Public Property AddToUserInfoList As InArgument(Of Boolean)
    Get
    Set
'Usage
Dim instance As LookupSPPrincipalId
Dim value As InArgument(Of Boolean)

value = instance.AddToUserInfoList

instance.AddToUserInfoList = value
public InArgument<bool> AddToUserInfoList { get; set; }

Property value

Type: System.Activities.InArgument<Boolean>
Returns a value of true if the specified [UserName] is to be added to the SharePoint principal user information list. Otherwise, returns a value of false.

See also

Reference

LookupSPPrincipalId class

LookupSPPrincipalId members

Microsoft.SharePoint.WorkflowServices.Activities namespace