DirectoryServicesPermissionEntryCollection::AddRange Method (array<DirectoryServicesPermissionEntry^>^)

 

Appends the contents of the specified DirectoryServicesPermissionEntry array to this collection.

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

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

Parameters

value
Type: array<System.DirectoryServices::DirectoryServicesPermissionEntry^>^

DirectoryServicesPermissionEntry array that contains the objects to append to this collection.

.NET Framework
Available since 1.1
Return to top
Show: