ActiveDirectoryRole.GetManager 方法

定义

返回一个Active Directory角色,该角色包含有关当前 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

返回

ActiveDirectoryRole包含有关当前角色的经理的信息。

注解

GetManager 返回当前角色的直接管理器。 若要返回当前节点上方的所有角色,请使用 GetManagerialChain

适用于