LookUpManagerOfActivity class

Looks up the workflow creator's manager from Microsoft SharePoint Foundation 2010.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(LookUpManagerOfActivityValidator))> _
Public Class LookUpManagerOfActivity _
    Inherits Activity
'Usage
Dim instance As LookUpManagerOfActivity
[ActivityValidatorAttribute(typeof(LookUpManagerOfActivityValidator))]
public class LookUpManagerOfActivity : 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

LookUpManagerOfActivity members

Microsoft.Office.Workflow.Actions namespace