ActiveDirectoryRole.GetPeers Method

Definition

Returns an Active Directory role that contains information about all the directory operations that are supervised by the manager of the current ActiveDirectoryRole.

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

Returns

A ActiveDirectoryRole that contains information about all directory operations that are supervised by the manager of the current ActiveDirectoryRole.

Remarks

The ActiveDirectoryRole returned contains information from all objects managed by the manager of this role but does not contain this information from the current role.

Applies to