次の方法で共有


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

注釈

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

適用対象