ActiveDirectoryRoleCollection.Contains(ActiveDirectoryRole) メソッド

定義

指定した ActiveDirectoryRole オブジェクトがこのコレクション内にあるかどうかを確認します。

public:
 bool Contains(System::DirectoryServices::ActiveDirectory::ActiveDirectoryRole role);
public bool Contains (System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role);
member this.Contains : System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole -> bool
Public Function Contains (role As ActiveDirectoryRole) As Boolean

パラメーター

role
ActiveDirectoryRole

このコレクション内で検索する ActiveDirectoryRole オブジェクト。

戻り値

ActiveDirectoryRole オブジェクトがこのコレクション内にある場合は、true。それ以外の場合は、false

例外

rolenull です。

適用対象

こちらもご覧ください