LookupSPUserProperty class

Provides a workflow activity to look up a specified property of a SharePoint principal user or group with permissions to control security.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<String>
        Microsoft.SharePoint.WorkflowServices.Activities.LookupSPUserProperty

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

Syntax

'Declaration
Public NotInheritable Class LookupSPUserProperty _
    Inherits Activity(Of String)
'Usage
Dim instance As LookupSPUserProperty
public sealed class LookupSPUserProperty : Activity<string>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LookupSPUserProperty members

Microsoft.SharePoint.WorkflowServices.Activities namespace