ActiveDirectoryRole.GetManager 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 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
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.