ActiveDirectoryRole.GetManager Method

Definition

Returns an Active Directory role that contains information about the manager of the current ActiveDirectoryRole.

public:
 System::Workflow::Activities::ActiveDirectoryRole ^ GetManager();
public System.Workflow.Activities.ActiveDirectoryRole GetManager ();
member this.GetManager : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetManager () As ActiveDirectoryRole

Returns

The ActiveDirectoryRole that contains information about the manager of the current role.

Remarks

GetManager returns the direct manager for the current role. To return all roles above the current node, use GetManagerialChain.

Applies to