DirectoryServicesPermissionEntryCollection::AddRange Method (DirectoryServicesPermissionEntryCollection^)

 

Appends the contents of the specified DirectoryServicesPermissionEntryCollection object to this collection.

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

public:
void AddRange(
	DirectoryServicesPermissionEntryCollection^ value
)

Parameters

value
Type: System.DirectoryServices::DirectoryServicesPermissionEntryCollection^

The DirectoryServicesPermissionEntryCollection object that contains the objects to append to this collection.

.NET Framework
Available since 1.1
Return to top
Show: