AttributeMetadataCollection::Contains Method (AttributeMetadata^)

 

Determines if the specified AttributeMetadata object is in this collection.

Namespace:   System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
bool Contains(
	AttributeMetadata^ metadata
)

Parameters

metadata
Type: System.DirectoryServices.ActiveDirectory::AttributeMetadata^

The AttributeMetadata object to search for in this collection.

Return Value

Type: System::Boolean

true if the AttributeMetadata is in this collection, otherwise, false.

Exception Condition
ArgumentNullException

metadata is null.

.NET Framework
Available since 2.0
Return to top
Show: