ActiveDirectoryRole.GetPeers メソッド

定義

現在の ActiveDirectoryRole のマネージャーによって監視されているすべてのディレクトリ操作に関する情報を含むActive Directory ロールを返します。

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

返品

現在のActiveDirectoryRoleのマネージャーによって監視されているすべてのディレクトリ操作に関する情報を含むActiveDirectoryRole

注釈

返される ActiveDirectoryRole には、このロールのマネージャーによって管理されているすべてのオブジェクトの情報が含まれますが、現在のロールの情報は含まれません。

適用対象