DirectoryAttributeCollection.Contains(DirectoryAttribute) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Метод Contains(DirectoryAttribute) определяет, содержит ли данный объект DirectoryAttributeCollection указанный объект DirectoryAttribute.
public:
bool Contains(System::DirectoryServices::Protocols::DirectoryAttribute ^ value);
public bool Contains (System.DirectoryServices.Protocols.DirectoryAttribute value);
member this.Contains : System.DirectoryServices.Protocols.DirectoryAttribute -> bool
Public Function Contains (value As DirectoryAttribute) As Boolean
Параметры
- value
- DirectoryAttribute
Искомый объект DirectoryAttribute.
Возвращаемое значение
true, если указанный объект DirectoryAttribute является частью коллекции; в противном случае — false.