ActiveDirectoryRole.GetAllReports Método
Definição
Retorna um ActiveDirectoryRole que contém todas as funções que reportam para a função atual direta ou indiretamente.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
Retornos
Um ActiveDirectoryRole que contém todas as funções que reportam direta ou indiretamente para a função atual.A ActiveDirectoryRole that contains all the roles that either directly or indirectly report to the current role.
Comentários
GetAllReports Retorna todos os nós abaixo do nó atual.GetAllReports returns all nodes below the current node. Use GetDirectReports para retornar apenas os nós que estão diretamente abaixo do nó atual.Use GetDirectReports to return only the nodes that are directly below the current node.