ActiveDirectoryRole.GetDirectReports メソッド

定義

現在のロールに直接従属するすべてのロールを格納している ActiveDirectoryRole を返します。

public:
 System::Workflow::Activities::ActiveDirectoryRole ^ GetDirectReports();
public System.Workflow.Activities.ActiveDirectoryRole GetDirectReports ();
member this.GetDirectReports : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetDirectReports () As ActiveDirectoryRole

戻り値

ActiveDirectoryRole

現在のロールに直接従属するすべてのロールを格納している ActiveDirectoryRole

注釈

GetDirectReports は、現在のノードのすぐ下にあるノードだけを返します。 現在のノードの下にあるすべてのノードを返すには、GetAllReports を使用します。

適用対象