ActiveDirectoryRole.GetAllReports Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.