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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.