GetUserProfileActivity class

Retrieves user profile information based on information in the host workflow.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Workflow.Actions.GetUserProfileActivity

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(GetUserProfileActivityValidator))> _
Public Class GetUserProfileActivity _
    Inherits Activity
'Usage
Dim instance As GetUserProfileActivity
[ActivityValidatorAttribute(typeof(GetUserProfileActivityValidator))]
public class GetUserProfileActivity : Activity

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

GetUserProfileActivity members

Microsoft.Office.Workflow.Actions namespace