DomainController.Roles プロパティ

定義

このドメイン コントローラーが役割を果たすロールを取得します。

public:
 property System::DirectoryServices::ActiveDirectory::ActiveDirectoryRoleCollection ^ Roles { System::DirectoryServices::ActiveDirectory::ActiveDirectoryRoleCollection ^ get(); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection Roles { get; }
member this.Roles : System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection
Public ReadOnly Property Roles As ActiveDirectoryRoleCollection

プロパティ値

このドメイン コントローラーが役割を果たすロールを示す ActiveDirectoryRoleCollection メンバーのコレクションが格納された ActiveDirectoryRole オブジェクト。

例外

現在のオブジェクトは破棄されました。

適用対象

こちらもご覧ください