UserProfileHelper class

Provides a helper class for a GetUserProfileActivity object, which gets the user profile information corresponding to the given user.

Inheritance hierarchy

System.Object
  Microsoft.Office.Workflow.Actions.ProfileHelperBase
    Microsoft.Office.Workflow.Actions.UserProfileHelper

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

Syntax

'Declaration
Public Class UserProfileHelper _
    Inherits ProfileHelperBase
'Usage
Dim instance As UserProfileHelper
public class UserProfileHelper : ProfileHelperBase

Remarks

The type of information varies depending on the schema in the user profile database.

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

UserProfileHelper members

Microsoft.Office.Workflow.Actions namespace