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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.