ActiveDirectoryRole.GetManagerialChain Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.