Share via


LookupSPUserProperty.PrincipalId property

Gets or sets the identifier of the SharePoint principal user or group for which to look up the specified property.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property PrincipalId As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As LookupSPUserProperty
Dim value As InArgument(Of Integer)

value = instance.PrincipalId

instance.PrincipalId = value
[RequiredArgumentAttribute]
public InArgument<int> PrincipalId { get; set; }

Property value

Type: System.Activities.InArgument<Int32>

See also

Reference

LookupSPUserProperty class

LookupSPUserProperty members

Microsoft.SharePoint.WorkflowServices.Activities namespace