ActiveDirectoryRole.GetManagerialChain Method

Definition

Returns the Active Directory role that contains information about the managerial chain associated with the current ActiveDirectoryRole.

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

Returns

The ActiveDirectoryRole that contains information about the managerial chain associated with the current role.

Remarks

GetManagerialChain returns all nodes above the current role. To return just the direct manager of the current role, use GetManager.

Applies to