ActiveDirectoryRole.GetAllReports Method

Definition

Returns an ActiveDirectoryRole that contains all the roles that report to the current role either directly or indirectly.

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

Returns

A ActiveDirectoryRole that contains all the roles that either directly or indirectly report to the current role.

Remarks

GetAllReports returns all nodes below the current node. Use GetDirectReports to return only the nodes that are directly below the current node.

Applies to