ActiveDirectoryRole.GetDirectReports メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のロールに直接報告するすべてのロールを含む 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 。
注釈
GetDirectReports は、現在のノードのすぐ下にあるノードのみを返します。 現在のノードの下にあるすべてのノードを返すには、 GetAllReportsを使用します。