DirectoryAttributeModificationCollection.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Contains(DirectoryAttributeModification) method determines whether this DirectoryAttributeModificationCollection object contains a specified DirectoryAttributeModification object.
public:
bool Contains(System::DirectoryServices::Protocols::DirectoryAttributeModification ^ value);
public bool Contains (System.DirectoryServices.Protocols.DirectoryAttributeModification value);
member this.Contains : System.DirectoryServices.Protocols.DirectoryAttributeModification -> bool
Public Function Contains (value As DirectoryAttributeModification) As Boolean
Parameters
The DirectoryAttributeModification object for which to search.
Returns
true
if the specified DirectoryAttributeModification is part of the collection; false
otherwise.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.