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

注解

GetDirectReports 仅返回紧邻当前节点的节点。 返回当前节点使用 GetAllReports下面的所有节点。

适用于