SchemaNameCollection::AddRange Method (array<String^>^)

 

Appends a set of specified schema names to this collection.

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

public:
void AddRange(
	array<String^>^ value
)

Parameters

value
Type: array<System::String^>^

An array of type String that contains the schema names to add.

.NET Framework
Available since 1.1
Return to top
Show: