SchemaNameCollection::Contains Method (String^)

 

Determines whether this collection contains a specified schema name.

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

public:
bool Contains(
	String^ value
)

Parameters

value
Type: System::String^

The schema name to search for.

Return Value

Type: System::Boolean

The return value is true if the specified property belongs to this collection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: