ActiveDirectoryRole.GetPeers 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 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.