ActiveDirectoryRole.GetManager メソッド

定義

現在の ActiveDirectoryRole のマネージャーに関する情報を格納している Active Directory ロールを返します。

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

現在のロールのマネージャーに関する情報を格納している ActiveDirectoryRole

注釈

GetManager は、現在のロールの直属のマネージャーを返します。 現在のノードの上にあるすべてのロールを返すには、GetManagerialChain を使用します。

適用対象