ReadOnlyStringCollection::Contains Method (String^)

 

Determines if the specified String object is in this collection.

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

public:
bool Contains(
	String^ value
)

Parameters

value
Type: System::String^

The String object to search for in this collection.

Return Value

Type: System::Boolean

true if the String object is in this collection, otherwise, false.

Exception Condition
ArgumentNullException

The value parameter is null.

.NET Framework
Available since 2.0
Return to top
Show: