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

适用于