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

適用於